|
KiCad PCB EDA Suite
|
#include <cstdint>#include <vector>Go to the source code of this file.
Classes | |
| class | U3D::DATA_BLOCK |
Namespaces | |
| namespace | U3D |
| namespace | U3D::BLOCK_TYPES |
| namespace | U3D::HEADER_PROFILE_FLAGS |
Variables | |
| constexpr uint32_t | U3D::BLOCK_TYPES::MODIFIER_CHAIN = 0xffffff14 |
| constexpr uint32_t | U3D::BLOCK_TYPES::GROUP_NODE = 0xffffff21 |
| constexpr uint32_t | U3D::BLOCK_TYPES::MODEL_NODE = 0xffffff22 |
| constexpr uint32_t | U3D::BLOCK_TYPES::LIGHT_NODE = 0xffffff23 |
| constexpr uint32_t | U3D::BLOCK_TYPES::MESH_DECLARATION = 0xffffff31 |
| constexpr uint32_t | U3D::BLOCK_TYPES::MESH_CONTINUATION = 0xffffff3b |
| constexpr uint32_t | U3D::BLOCK_TYPES::SHADING_MODIFIER = 0xffffff45 |
| constexpr uint32_t | U3D::BLOCK_TYPES::LIGHT_RESOURCE = 0xffffff51 |
| constexpr uint32_t | U3D::BLOCK_TYPES::LIT_TEXTURE_SHADER = 0xffffff53 |
| constexpr uint32_t | U3D::BLOCK_TYPES::MATERIAL_RESOURCE = 0xffffff54 |
| constexpr uint32_t | U3D::BLOCK_TYPES::FILE_HEADER = 0x00443355 |
| constexpr uint32_t | U3D::HEADER_PROFILE_FLAGS::DEFINED_UNITS = 0x00000008 |