Open CASCADE Technology  7.5.0
Enumerations

RWGltf_GltfPrimitiveMode.hxx File Reference

Enumerations

enum  RWGltf_GltfPrimitiveMode {
  RWGltf_GltfPrimitiveMode_UNKNOWN = -1, RWGltf_GltfPrimitiveMode_Points = 0, RWGltf_GltfPrimitiveMode_Lines = 1, RWGltf_GltfPrimitiveMode_LineLoop = 2,
  RWGltf_GltfPrimitiveMode_LineStrip = 3, RWGltf_GltfPrimitiveMode_Triangles = 4, RWGltf_GltfPrimitiveMode_TriangleStrip = 5, RWGltf_GltfPrimitiveMode_TriangleFan = 6
}
 Low-level glTF enumeration defining Primitive type. Similar to Graphic3d_TypeOfData but does not define actual type and includes matrices. More...
 

Enumeration Type Documentation

◆ RWGltf_GltfPrimitiveMode

Low-level glTF enumeration defining Primitive type. Similar to Graphic3d_TypeOfData but does not define actual type and includes matrices.

Enumerator
RWGltf_GltfPrimitiveMode_UNKNOWN 

unknown or invalid type

RWGltf_GltfPrimitiveMode_Points 

GL_POINTS.

RWGltf_GltfPrimitiveMode_Lines 

GL_LINES.

RWGltf_GltfPrimitiveMode_LineLoop 

GL_LINE_LOOP.

RWGltf_GltfPrimitiveMode_LineStrip 

GL_LINE_STRIP.

RWGltf_GltfPrimitiveMode_Triangles 

GL_TRIANGLES.

RWGltf_GltfPrimitiveMode_TriangleStrip 

GL_TRIANGLE_STRIP.

RWGltf_GltfPrimitiveMode_TriangleFan 

GL_TRIANGLE_FAN.