|
Cogs.Core
|
Represent the blocks at the oct-tree base level. Independent on current the particular oct-tree. More...
#include <OctSystem.h>
Public Attributes | |
| uint32_t | timestamp |
| Timestamp last time a region was added to block. | |
| glm::i16vec3 | ix3 |
| Index without block shift. | |
| std::set< RegionKey > | regionKeys |
| Regions intersecting this block. | |
Represent the blocks at the oct-tree base level. Independent on current the particular oct-tree.
Definition at line 40 of file OctSystem.h.
| glm::i16vec3 Cogs::Core::Volumetric::OctBaseBlock::ix3 |
Index without block shift.
Definition at line 43 of file OctSystem.h.
| std::set<RegionKey> Cogs::Core::Volumetric::OctBaseBlock::regionKeys |
Regions intersecting this block.
Definition at line 44 of file OctSystem.h.
| uint32_t Cogs::Core::Volumetric::OctBaseBlock::timestamp |
Timestamp last time a region was added to block.
Definition at line 42 of file OctSystem.h.