CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::MemoryMappedTerrainOctree< T >::Node Struct Reference

Public Attributes

T value
 
Ptr< Nodechildren [8]
 

Member Data Documentation

◆ children

template<typename T >
Ptr<Node> CeresEngine::MemoryMappedTerrainOctree< T >::Node::children[8]
Initial value:
= {
this, this, this, this,
this, this, this, this,
}

◆ value

template<typename T >
T CeresEngine::MemoryMappedTerrainOctree< T >::Node::value

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