FaceType Enum
The type of mesh face that is used to define geometry.
For all face types, the vertices should be provided such that they are in counter-clockwise order when the face is viewed from the front. The vertex order is used to determine the surface normal orientation.
| Member | Value | Description |
|---|
TRIANGLES | 0 |
The mesh faces are defined by Triangles.
|
QUADS | |
The mesh faces are defined by Quads.
|