Enum DrawMode
The topology type of primitives to render https://www.khronos.org/registry/glTF/specs/2.0/glTF-2.0.html#_mesh_primitive_mode
Namespace: GLTFast.Schema
Syntax
public enum DrawMode
Fields
Name | Description | Value |
---|---|---|
Points | Points |
0 |
Lines | Lines |
1 |
LineLoop | Line loop |
2 |
LineStrip | Line strip |
3 |
Triangles | Triangles |
4 |
TriangleStrip | Triangle strip |
5 |
TriangleFan | Triangle fan |
6 |