Enum PlaneMesh.NormalAxis
Represents axis-aligned normal values.
Namespace: Evergine.Components.Graphics3D
Assembly: Evergine.Components.dll
Syntax
public enum PlaneMesh.NormalAxis
Fields
| Name | Description |
|---|---|
| XNegative | Negative on the X axis. |
| XPositive | Positive in the X axis. |
| YNegative | Negative on the Y axis. |
| YPositive | Positive in Y-axis. |
| ZNegative | Negative in the Z axis. |
| ZPositive | Positive on Z axis. |