Class CameraOpticsTechniqueCommonPerspective

CameraOpticsTechniqueCommonPerspective class

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

public class CameraOpticsTechniqueCommonPerspective

Constructors

NameDescription
CameraOpticsTechniqueCommonPerspective()The default constructor.

Properties

NameDescription
Items { get; set; }Gets or sets the items.
ItemsElementName { get; set; }Gets or sets the items element name.
Zfar { get; set; }Gets or sets the z far. Contains a floating-point number that describes the distance to the far clipping plane.
Znear { get; set; }Gets or sets the z near. Contains a floating-point number that describes the distance to the near clipping plane.

See Also