Cogs.Core
Public Attributes | List of all members
Cogs::Core::Volumetric::OctBaseBlock Struct Reference

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.
 

Detailed Description

Represent the blocks at the oct-tree base level. Independent on current the particular oct-tree.

Definition at line 40 of file OctSystem.h.

Member Data Documentation

◆ ix3

glm::i16vec3 Cogs::Core::Volumetric::OctBaseBlock::ix3

Index without block shift.

Definition at line 43 of file OctSystem.h.

◆ regionKeys

std::set<RegionKey> Cogs::Core::Volumetric::OctBaseBlock::regionKeys

Regions intersecting this block.

Definition at line 44 of file OctSystem.h.

◆ timestamp

uint32_t Cogs::Core::Volumetric::OctBaseBlock::timestamp

Timestamp last time a region was added to block.

Definition at line 42 of file OctSystem.h.


The documentation for this struct was generated from the following file: