OGRE  1.12.12
Object-Oriented Graphics Rendering Engine
Ogre::Volume::ChunkTreeSharedData Struct Reference

Internal shared values of the chunks which are equal in the whole tree. More...

#include <OgreVolumeChunk.h>

Public Member Functions

 ChunkTreeSharedData (const ChunkParameters *params)
 Constructor. More...
 
 ~ChunkTreeSharedData (void)
 Destructor. More...
 

Public Attributes

int chunksBeingProcessed
 The amount of chunks being processed (== loading). More...
 
bool dualGridVisible
 Flag whether the dualgrid is visible or not. More...
 
bool octreeVisible
 Flag whether the octree is visible or not. More...
 
ChunkParametersparameters
 The parameters with which the chunktree got loaded. More...
 
bool volumeVisible
 Another visibility flag to be user setable. More...
 

Detailed Description

Internal shared values of the chunks which are equal in the whole tree.

Constructor & Destructor Documentation

Ogre::Volume::ChunkTreeSharedData::ChunkTreeSharedData ( const ChunkParameters params)
inline
Ogre::Volume::ChunkTreeSharedData::~ChunkTreeSharedData ( void  )
inline

Destructor.

Member Data Documentation

bool Ogre::Volume::ChunkTreeSharedData::octreeVisible

Flag whether the octree is visible or not.

bool Ogre::Volume::ChunkTreeSharedData::dualGridVisible

Flag whether the dualgrid is visible or not.

bool Ogre::Volume::ChunkTreeSharedData::volumeVisible

Another visibility flag to be user setable.

int Ogre::Volume::ChunkTreeSharedData::chunksBeingProcessed

The amount of chunks being processed (== loading).

ChunkParameters* Ogre::Volume::ChunkTreeSharedData::parameters

The parameters with which the chunktree got loaded.


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