public class CameraOpticsTechniqueCommonOrthographic extends Object
The camera optics technique common orthographic. Describes the field of view of an orthographic camera.
Constructor and Description |
---|
CameraOpticsTechniqueCommonOrthographic() |
Modifier and Type | Method and Description |
---|---|
TargetableFloat |
getAspectratio()
Gets or sets the items.
|
TargetableFloat |
getXmag()
Gets or sets the items.
|
TargetableFloat |
getYmag()
Gets or sets the items.
|
TargetableFloat |
getZfar()
Gets or sets the z far.
|
TargetableFloat |
getZnear()
Gets or sets the z near.
|
void |
setAspectratio(TargetableFloat value)
Gets or sets the items.
|
void |
setXmag(TargetableFloat value)
Gets or sets the items.
|
void |
setYmag(TargetableFloat value)
Gets or sets the items.
|
void |
setZfar(TargetableFloat value)
Gets or sets the z far.
|
void |
setZnear(TargetableFloat value)
Gets or sets the z near.
|
public CameraOpticsTechniqueCommonOrthographic()
public final TargetableFloat getAspectratio()
Gets or sets the items.
public final void setAspectratio(TargetableFloat value)
Gets or sets the items.
public final TargetableFloat getXmag()
Gets or sets the items.
public final void setXmag(TargetableFloat value)
Gets or sets the items.
public final TargetableFloat getYmag()
Gets or sets the items.
public final void setYmag(TargetableFloat value)
Gets or sets the items.
public final TargetableFloat getZnear()
Gets or sets the z near. Contains a floating-point number that describes the distance to the near clipping plane.
public final void setZnear(TargetableFloat value)
Gets or sets the z near. Contains a floating-point number that describes the distance to the near clipping plane.
public final TargetableFloat getZfar()
Gets or sets the z far. Contains a floating-point number that describes the distance to the far clipping plane.
public final void setZfar(TargetableFloat value)
Gets or sets the z far. Contains a floating-point number that describes the distance to the far clipping plane.