public class CameraOpticsTechniqueCommonPerspective extends Object
The camera optics technique common perspective. Describes the field of view of a perspective camera.
Constructor and Description |
---|
CameraOpticsTechniqueCommonPerspective() |
Modifier and Type | Method and Description |
---|---|
TargetableFloat |
getAspectRatio()
Gets or sets the items.
|
TargetableFloat |
getXfov()
Gets or sets the items.
|
TargetableFloat |
getYfov()
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 |
setXfov(TargetableFloat value)
Gets or sets the items.
|
void |
setYfov(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 CameraOpticsTechniqueCommonPerspective()
public final TargetableFloat getAspectRatio()
Gets or sets the items.
public final void setAspectRatio(TargetableFloat value)
Gets or sets the items.
public final TargetableFloat getXfov()
Gets or sets the items.
public final void setXfov(TargetableFloat value)
Gets or sets the items.
public final TargetableFloat getYfov()
Gets or sets the items.
public final void setYfov(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.