cesium-native 0.43.0
Loading...
Searching...
No Matches
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
 POINTS (0)
 
static constexpr int32_t LINES = 1
 LINES (1)
 
static constexpr int32_t LINE_LOOP = 2
 LINE_LOOP (2)
 
static constexpr int32_t LINE_STRIP = 3
 LINE_STRIP (3)
 
static constexpr int32_t TRIANGLES = 4
 TRIANGLES (4)
 
static constexpr int32_t TRIANGLE_STRIP = 5
 TRIANGLE_STRIP (5)
 
static constexpr int32_t TRIANGLE_FAN = 6
 TRIANGLE_FAN (6)
 

Detailed Description

Known values for The topology type of primitives to render.

Definition at line 27 of file MeshPrimitive.h.

Member Data Documentation

◆ LINE_LOOP

int32_t CesiumGltf::MeshPrimitive::Mode::LINE_LOOP = 2
staticconstexpr

LINE_LOOP (2)

Definition at line 35 of file MeshPrimitive.h.

◆ LINE_STRIP

int32_t CesiumGltf::MeshPrimitive::Mode::LINE_STRIP = 3
staticconstexpr

LINE_STRIP (3)

Definition at line 38 of file MeshPrimitive.h.

◆ LINES

int32_t CesiumGltf::MeshPrimitive::Mode::LINES = 1
staticconstexpr

LINES (1)

Definition at line 32 of file MeshPrimitive.h.

◆ POINTS

int32_t CesiumGltf::MeshPrimitive::Mode::POINTS = 0
staticconstexpr

POINTS (0)

Definition at line 29 of file MeshPrimitive.h.

◆ TRIANGLE_FAN

int32_t CesiumGltf::MeshPrimitive::Mode::TRIANGLE_FAN = 6
staticconstexpr

TRIANGLE_FAN (6)

Definition at line 47 of file MeshPrimitive.h.

◆ TRIANGLE_STRIP

int32_t CesiumGltf::MeshPrimitive::Mode::TRIANGLE_STRIP = 5
staticconstexpr

TRIANGLE_STRIP (5)

Definition at line 44 of file MeshPrimitive.h.

◆ TRIANGLES

int32_t CesiumGltf::MeshPrimitive::Mode::TRIANGLES = 4
staticconstexpr

TRIANGLES (4)

Definition at line 41 of file MeshPrimitive.h.


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