Enum ProjectionMethod
Used to define the Projection method of a Camera. Defines how the projection matrix is calculated.
Namespace: Fusee.Engine.Core.Scene
Assembly: Fusee.Engine.Core.dll
Syntax
public enum ProjectionMethod
Fields
| Name | Description |
|---|---|
| Orthographic | Orthographic projection method. |
| Perspective | Perspective projection method. |