cesium-native  0.41.0
CesiumGltf::MeshPrimitive::Mode Struct Reference

Known values for The topology type of primitives to render. More...

#include <CesiumGltf/MeshPrimitive.h>

Static Public Attributes

static constexpr int32_t POINTS = 0
 
static constexpr int32_t LINES = 1
 
static constexpr int32_t LINE_LOOP = 2
 
static constexpr int32_t LINE_STRIP = 3
 
static constexpr int32_t TRIANGLES = 4
 
static constexpr int32_t TRIANGLE_STRIP = 5
 
static constexpr int32_t TRIANGLE_FAN = 6
 

Detailed Description

Known values for The topology type of primitives to render.

Definition at line 24 of file MeshPrimitive.h.


The documentation for this struct was generated from the following file: