Table of Contents

Enum GltfPrimitiveTopology

Namespace
ReFuel.IO.Model.Gltf
Assembly
ReFuel.dll
public enum GltfPrimitiveTopology

Fields

LineLoop = 2
LineStrip = 3
Lines = 1
Points = 0
TriangleFan = 6
TriangleStrip = 5
Triangles = 4