Class CameraOrthographic
An orthographic camera containing properties to create an orthographic projection matrix.
Inherited Members
Namespace: GLTFast.Schema
Assembly: solution.dll
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 |
---|---|
float |
ymag
The floating-point vertical magnification of the view. Must not be zero.
Declaration
public float ymag
Field Value
Type | Description |
---|---|
float |
zfar
Declaration
public float zfar
Field Value
Type | Description |
---|---|
float |
znear
The floating-point distance to the near clipping plane.
Declaration
public float znear
Field Value
Type | Description |
---|---|
float |