Class CameraPerspective
A perspective camera containing properties to create a perspective projection matrix.
Inherited Members
Namespace: GLTFast.Schema
Assembly: solution.dll
Syntax
[Serializable]
public class CameraPerspective
Fields
| Name | Description |
|---|---|
| aspectRatio | The floating-point aspect ratio of the field of view. |
| yfov | The floating-point vertical field of view in radians. |
| zfar | The floating-point distance to the far clipping plane. |
| znear | The floating-point distance to the near clipping plane. |