Enum GltfDrawMode
The type of primitives to render. https://github.com/KhronosGroup/glTF/blob/master/specification/2.0/schema/mesh.primitive.schema.json
Namespace: Microsoft.MixedReality.Toolkit.Utilities.Gltf.Schema
Assembly: cs.temp.dll.dll
Syntax
public enum GltfDrawMode
Fields
Name | Description |
---|---|
LineLoop | |
Lines | |
LineStrip | |
Points | |
TriangleFan | |
Triangles | |
TriangleStrip |