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
| Name | Description |
|---|---|
| xmag | The floating-point horizontal magnification of the view. Must not be zero. |
| ymag | The floating-point vertical magnification of the view. Must not be zero. |
| zfar | The floating-point distance to the far clipping plane. zfar must be greater than znear. |
| znear | The floating-point distance to the near clipping plane. |