CameraOpticsTechniqueCommonPerspective

The camera optics technique common perspective. Describes the field of view of a perspective camera.

Constructors

ConstructorDescription
CameraOpticsTechniqueCommonPerspective()

Methods

MethodDescription
getAspectRatio()Gets or sets the items.
setAspectRatio(TargetableFloat value)Gets or sets the items.
getXfov()Gets or sets the items.
setXfov(TargetableFloat value)Gets or sets the items.
getYfov()Gets or sets the items.
setYfov(TargetableFloat value)Gets or sets the items.
getZnear()Gets or sets the z near. Contains a floating-point number that describes the distance to the near clipping plane.
setZnear(TargetableFloat value)Gets or sets the z near. Contains a floating-point number that describes the distance to the near clipping plane.
getZfar()Gets or sets the z far. Contains a floating-point number that describes the distance to the far clipping plane.
setZfar(TargetableFloat value)Gets or sets the z far. Contains a floating-point number that describes the distance to the far clipping plane.

CameraOpticsTechniqueCommonPerspective()

public CameraOpticsTechniqueCommonPerspective()

getAspectRatio()

public final TargetableFloat getAspectRatio()

Gets or sets the items.

Returns: TargetableFloat

setAspectRatio(TargetableFloat value)

public final void setAspectRatio(TargetableFloat value)

Gets or sets the items.

getXfov()

public final TargetableFloat getXfov()

Gets or sets the items.

Returns: TargetableFloat

setXfov(TargetableFloat value)

public final void setXfov(TargetableFloat value)

Gets or sets the items.

getYfov()

public final TargetableFloat getYfov()

Gets or sets the items.

Returns: TargetableFloat

setYfov(TargetableFloat value)

public final void setYfov(TargetableFloat value)

Gets or sets the items.

getZnear()

public final TargetableFloat getZnear()

Gets or sets the z near. Contains a floating-point number that describes the distance to the near clipping plane.

Returns: TargetableFloat

setZnear(TargetableFloat value)

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.

getZfar()

public final TargetableFloat getZfar()

Gets or sets the z far. Contains a floating-point number that describes the distance to the far clipping plane.

Returns: TargetableFloat

setZfar(TargetableFloat value)

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.