|
Cogs.Core
|
Public Attributes | |
| uint32_t | index = (uint32_t)-1 |
| uint32_t | parent = (uint32_t)-1 |
| MeshHandle | mesh |
| MaterialInstanceHandle | material |
| uint32_t | startIndex = 0 |
| uint32_t | vertexCount = (uint32_t)-1 |
| Geometry::BoundingBox | box |
| glm::vec3 | span |
| float | maxDim = 0 |
| bool | skip = false |
Definition at line 43 of file SparseBuildOctree.h.
| Geometry::BoundingBox Cogs::Core::SparseOctree::EntityRef::box |
Definition at line 53 of file SparseBuildOctree.h.
| uint32_t Cogs::Core::SparseOctree::EntityRef::index = (uint32_t)-1 |
Definition at line 45 of file SparseBuildOctree.h.
| MaterialInstanceHandle Cogs::Core::SparseOctree::EntityRef::material |
Definition at line 49 of file SparseBuildOctree.h.
| float Cogs::Core::SparseOctree::EntityRef::maxDim = 0 |
Definition at line 55 of file SparseBuildOctree.h.
| MeshHandle Cogs::Core::SparseOctree::EntityRef::mesh |
Definition at line 48 of file SparseBuildOctree.h.
| uint32_t Cogs::Core::SparseOctree::EntityRef::parent = (uint32_t)-1 |
Definition at line 46 of file SparseBuildOctree.h.
| bool Cogs::Core::SparseOctree::EntityRef::skip = false |
Definition at line 56 of file SparseBuildOctree.h.
| glm::vec3 Cogs::Core::SparseOctree::EntityRef::span |
Definition at line 54 of file SparseBuildOctree.h.
| uint32_t Cogs::Core::SparseOctree::EntityRef::startIndex = 0 |
Definition at line 50 of file SparseBuildOctree.h.
| uint32_t Cogs::Core::SparseOctree::EntityRef::vertexCount = (uint32_t)-1 |
Definition at line 51 of file SparseBuildOctree.h.