|
Cogs.Core
|
Public Attributes | |
| std::string | fileName |
| File name of cogsbin file with processed geometry. | |
| uint32_t | part = (uint32_t)-1 |
| Part index of this cell's geometry in cogsbin file with processed geometry, -1 means that the entire file belongs to this cell. | |
| Cogs::Geometry::BoundingBox | bbox |
Definition at line 74 of file SparseBuildOctree.h.
| Cogs::Geometry::BoundingBox Cogs::Core::SparseOctree::MeshRef::bbox |
Definition at line 78 of file SparseBuildOctree.h.
| std::string Cogs::Core::SparseOctree::MeshRef::fileName |
File name of cogsbin file with processed geometry.
Definition at line 76 of file SparseBuildOctree.h.
| uint32_t Cogs::Core::SparseOctree::MeshRef::part = (uint32_t)-1 |
Part index of this cell's geometry in cogsbin file with processed geometry, -1 means that the entire file belongs to this cell.
Definition at line 77 of file SparseBuildOctree.h.