Enum DrawMode
The topology type of primitives to render
Namespace: GLTFast.Schema
Assembly: solution.dll
Syntax
public enum DrawMode
Fields
Name | Description |
---|---|
LineLoop | Line loop |
LineStrip | Line strip |
Lines | Lines |
Points | Points |
TriangleFan | Triangle fan |
TriangleStrip | Triangle strip |
Triangles | Triangles |