OGRE  1.9.0
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.
 
 ~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.
 
ChunkParametersparameters
 The parameters with which the chunktree got loaded.
 
bool volumeVisible
 Another visibility flag to be user setable.
 

Detailed Description

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

Definition at line 107 of file OgreVolumeChunk.h.

Constructor & Destructor Documentation

◆ ChunkTreeSharedData()

Ogre::Volume::ChunkTreeSharedData::ChunkTreeSharedData ( const ChunkParameters * params)

Constructor.

Definition at line 126 of file OgreVolumeChunk.h.

◆ ~ChunkTreeSharedData()

Ogre::Volume::ChunkTreeSharedData::~ChunkTreeSharedData ( void )

Destructor.

Definition at line 133 of file OgreVolumeChunk.h.

References parameters.

Member Data Documentation

◆ chunksBeingProcessed

int Ogre::Volume::ChunkTreeSharedData::chunksBeingProcessed

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

Definition at line 119 of file OgreVolumeChunk.h.

◆ dualGridVisible

bool Ogre::Volume::ChunkTreeSharedData::dualGridVisible

Flag whether the dualgrid is visible or not.

Definition at line 113 of file OgreVolumeChunk.h.

Referenced by Ogre::Volume::Chunk::setChunkVisible().

◆ octreeVisible

bool Ogre::Volume::ChunkTreeSharedData::octreeVisible

Flag whether the octree is visible or not.

Definition at line 110 of file OgreVolumeChunk.h.

Referenced by Ogre::Volume::Chunk::setChunkVisible().

◆ parameters

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

The parameters with which the chunktree got loaded.

Definition at line 122 of file OgreVolumeChunk.h.

Referenced by ~ChunkTreeSharedData().

◆ volumeVisible

bool Ogre::Volume::ChunkTreeSharedData::volumeVisible

Another visibility flag to be user setable.

Definition at line 116 of file OgreVolumeChunk.h.

Referenced by Ogre::Volume::Chunk::setChunkVisible().


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