Enum PrimitiveMode
The topology type of primitives to render.
Namespace: Unity.Cloud.Gltfast.Objects
Assembly: Unity.Cloud.Gltfast.dll
Syntax
public enum PrimitiveMode
Fields
| Name | Description |
|---|---|
| LineLoop | Line loop |
| LineStrip | Line strip |
| Lines | Lines |
| Points | Points |
| TriangleFan | Triangle fan |
| TriangleStrip | Triangle strip |
| Triangles | Triangles |