Enum FrustumPlane
The names of the frustum planes.
Namespace: Gorgon.Renderers.Data
Assembly: Gorgon.Core.dll
Syntax
public enum FrustumPlane
Fields
Name | Description |
---|---|
Bottom | The bottom plane. |
Far | The far plane. |
Left | The left plane. |
Near | The near plane. |
Right | The right plane. |
Top | The top plane. |