OGRE  1.10.11
Object-Oriented Graphics Rendering Engine
Ogre::Volume::ChunkRequest Struct Reference

Data being passed around while loading. More...

#include <OgreVolumeChunkHandler.h>

Public Attributes

DualGridGeneratordualGridGenerator
 The DualGridGenerator to use. More...
 
bool isUpdate
 Whether this is an update of an existing tree. More...
 
size_t level
 The current LOD level. More...
 
size_t maxLevels
 The maximum amount of levels. More...
 
MeshBuildermeshBuilder
 The MeshBuilder to use. More...
 
Chunkorigin
 The chunk which created this request. More...
 
OctreeNoderoot
 The octree node to use. More...
 
Vector3 totalFrom
 The back lower left corner of the world. More...
 
Vector3 totalTo
 The front upper rightcorner of the world. More...
 

Friends

_OgreVolumeExport friend std::ostream & operator<< (std::ostream &o, const ChunkRequest &r)
 Stream operator <<. More...
 

Detailed Description

Data being passed around while loading.

Friends And Related Function Documentation

_OgreVolumeExport friend std::ostream& operator<< ( std::ostream &  o,
const ChunkRequest r 
)
friend

Stream operator <<.

Parameters
oThe used stream.
rThe streamed ChunkRequest.

Member Data Documentation

Vector3 Ogre::Volume::ChunkRequest::totalFrom

The back lower left corner of the world.

Vector3 Ogre::Volume::ChunkRequest::totalTo

The front upper rightcorner of the world.

size_t Ogre::Volume::ChunkRequest::level

The current LOD level.

size_t Ogre::Volume::ChunkRequest::maxLevels

The maximum amount of levels.

MeshBuilder* Ogre::Volume::ChunkRequest::meshBuilder

The MeshBuilder to use.

DualGridGenerator* Ogre::Volume::ChunkRequest::dualGridGenerator

The DualGridGenerator to use.

OctreeNode* Ogre::Volume::ChunkRequest::root

The octree node to use.

Chunk* Ogre::Volume::ChunkRequest::origin

The chunk which created this request.

bool Ogre::Volume::ChunkRequest::isUpdate

Whether this is an update of an existing tree.


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