KiCad PCB EDA Suite
|
Variables | |
constexpr uint32_t | MODIFIER_CHAIN = 0xffffff14 |
constexpr uint32_t | GROUP_NODE = 0xffffff21 |
constexpr uint32_t | MODEL_NODE = 0xffffff22 |
constexpr uint32_t | LIGHT_NODE = 0xffffff23 |
constexpr uint32_t | MESH_DECLARATION = 0xffffff31 |
constexpr uint32_t | MESH_CONTINUATION = 0xffffff3b |
constexpr uint32_t | SHADING_MODIFIER = 0xffffff45 |
constexpr uint32_t | LIGHT_RESOURCE = 0xffffff51 |
constexpr uint32_t | LIT_TEXTURE_SHADER = 0xffffff53 |
constexpr uint32_t | MATERIAL_RESOURCE = 0xffffff54 |
constexpr uint32_t | FILE_HEADER = 0x00443355 |
|
constexpr |
Definition at line 41 of file data_block.h.
Referenced by U3D::WRITER::getHeaderBlock().
|
constexpr |
Definition at line 32 of file data_block.h.
Referenced by U3D::WRITER::getGroupNodeBlock().
|
constexpr |
Definition at line 34 of file data_block.h.
Referenced by U3D::WRITER::getLightNodeBlock().
|
constexpr |
Definition at line 38 of file data_block.h.
Referenced by U3D::WRITER::getLightResourceBlock().
|
constexpr |
Definition at line 39 of file data_block.h.
Referenced by U3D::WRITER::getLitTextureShaderBlock().
|
constexpr |
Definition at line 40 of file data_block.h.
Referenced by U3D::WRITER::getMaterialResourceBlock().
|
constexpr |
Definition at line 36 of file data_block.h.
Referenced by U3D::WRITER::getMeshContinuationBlock().
|
constexpr |
Definition at line 35 of file data_block.h.
Referenced by U3D::WRITER::getMeshDeclarationBlock().
|
constexpr |
Definition at line 33 of file data_block.h.
Referenced by U3D::WRITER::getModelNodeBlock().
|
constexpr |
Definition at line 31 of file data_block.h.
Referenced by U3D::WRITER::getGroupNodeModifierChain(), U3D::WRITER::getLightModifierChain(), U3D::WRITER::getModelResourceModifierChain(), and U3D::WRITER::getNodeModifierChain().
|
constexpr |
Definition at line 37 of file data_block.h.
Referenced by U3D::WRITER::getShadingModifierBlock().