Class CameraOrthographic
An orthographic camera containing properties to create an orthographic projection matrix.
Inherited Members
Namespace: GLTFast.Schema
Syntax
[Serializable]
public class CameraOrthographic
Fields
xmag
The floating-point horizontal magnification of the view. Must not be zero. ///
Declaration
public float xmag
Field Value
Type | Description |
---|---|
Single |
ymag
The floating-point vertical magnification of the view. Must not be zero.
Declaration
public float ymag
Field Value
Type | Description |
---|---|
Single |
zfar
Declaration
public float zfar
Field Value
Type | Description |
---|---|
Single |
znear
The floating-point distance to the near clipping plane.
Declaration
public float znear
Field Value
Type | Description |
---|---|
Single |