GltfDrawMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The type of primitives to render. https://github.com/KhronosGroup/glTF/blob/master/specification/2.0/schema/mesh.primitive.schema.json
public enum class GltfDrawMode
public enum GltfDrawMode
type GltfDrawMode =
Public Enum GltfDrawMode
- Inheritance
-
GltfDrawMode
Fields
| LineLoop | 2 | |
| Lines | 1 | |
| LineStrip | 3 | |
| Points | 0 | |
| TriangleFan | 6 | |
| Triangles | 4 | |
| TriangleStrip | 5 |