|  | OGRE 14.3
    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. | |
| ~ChunkTreeSharedData (void) | |
| Destructor. | |
| Public Attributes | |
| int | chunksBeingProcessed | 
| The amount of chunks being processed (== loading). | |
| bool | dualGridVisible | 
| Flag whether the dualgrid is visible or not. | |
| bool | octreeVisible | 
| Flag whether the octree is visible or not. | |
| ChunkParameters * | parameters | 
| The parameters with which the chunktree got loaded. | |
| bool | volumeVisible | 
| Another visibility flag to be user setable. | |
Internal shared values of the chunks which are equal in the whole tree.
| 
 | inline | 
Constructor.
References chunksBeingProcessed, dualGridVisible, octreeVisible, and volumeVisible.
| 
 | inline | 
Destructor.
References parameters.
| bool Ogre::Volume::ChunkTreeSharedData::octreeVisible | 
Flag whether the octree is visible or not.
Referenced by ChunkTreeSharedData().
| bool Ogre::Volume::ChunkTreeSharedData::dualGridVisible | 
Flag whether the dualgrid is visible or not.
Referenced by ChunkTreeSharedData().
| bool Ogre::Volume::ChunkTreeSharedData::volumeVisible | 
Another visibility flag to be user setable.
Referenced by ChunkTreeSharedData().
| int Ogre::Volume::ChunkTreeSharedData::chunksBeingProcessed | 
The amount of chunks being processed (== loading).
Referenced by ChunkTreeSharedData().
| ChunkParameters* Ogre::Volume::ChunkTreeSharedData::parameters | 
The parameters with which the chunktree got loaded.
Referenced by ~ChunkTreeSharedData().