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 in X axis. |
XPositive | Positive in X axis. |
YNegative | Negative in Y axis. |
YPositive | Positive in Y axis. |
ZNegative | Negative in Z axis. |
ZPositive | Positive in Z axis. |