KiCad PCB EDA Suite
Loading...
Searching...
No Matches
SHADING_ATTRIBUTES Namespace Reference

Variables

constexpr uint32_t MESH = 0x00000001
 
constexpr uint32_t LINE = 0x00000002
 
constexpr uint32_t POINT = 0x00000004
 
constexpr uint32_t GLYPH = 0x00000008
 

Variable Documentation

◆ GLYPH

uint32_t SHADING_ATTRIBUTES::GLYPH = 0x00000008
constexpr

Definition at line 96 of file writer.cpp.

Referenced by U3D::WRITER::getShadingModifierBlock().

◆ LINE

uint32_t SHADING_ATTRIBUTES::LINE = 0x00000002
constexpr

Definition at line 94 of file writer.cpp.

Referenced by U3D::WRITER::getShadingModifierBlock().

◆ MESH

uint32_t SHADING_ATTRIBUTES::MESH = 0x00000001
constexpr

Definition at line 93 of file writer.cpp.

Referenced by U3D::WRITER::getShadingModifierBlock().

◆ POINT

uint32_t SHADING_ATTRIBUTES::POINT = 0x00000004
constexpr

Definition at line 95 of file writer.cpp.

Referenced by U3D::WRITER::getShadingModifierBlock().