OGRE
1.11.6
Object-Oriented Graphics Rendering Engine
|
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... | |
ChunkParameters * | parameters |
The parameters with which the chunktree got loaded. More... | |
bool | volumeVisible |
Another visibility flag to be user setable. More... | |
Internal shared values of the chunks which are equal in the whole tree.
|
inline |
Constructor.
References Ogre::Volume::ChunkParameters::ChunkParameters().
|
inline |
Destructor.
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.