#include <OgreTerrainQuadTreeNode.h>
Public Member Functions | |
LodLevel () | |
void | operator delete (void *ptr) |
void | operator delete (void *ptr, const char *, int, const char *) |
void | operator delete (void *ptr, void *) |
void | operator delete[] (void *ptr) |
void | operator delete[] (void *ptr, const char *, int, const char *) |
void * | operator new (size_t sz) |
void * | operator new (size_t sz, const char *file, int line, const char *func) |
operator new, with debug line info | |
void * | operator new (size_t sz, void *ptr) |
placement operator new | |
void * | operator new[] (size_t sz) |
void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
array operator new, with debug line info | |
Public Attributes | |
uint16 | batchSize |
Number of vertices rendered down one side (not including skirts) | |
Real | calcMaxHeightDelta |
Temp calc area for max height delta. | |
IndexData * | gpuIndexData |
Index data on the gpu. | |
Real | lastCFactor |
The cFactor value used to calculate transitionDist. | |
Real | lastTransitionDist |
The most recently calculated transition distance. | |
Real | maxHeightDelta |
Maximum delta height between this and the next lower lod. | |
Definition at line 136 of file OgreTerrainQuadTreeNode.h.
Ogre::TerrainQuadTreeNode::LodLevel::LodLevel | ( | ) |
Definition at line 151 of file OgreTerrainQuadTreeNode.h.
Definition at line 96 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 108 of file OgreMemoryAllocatedObject.h.
Definition at line 102 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 113 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 119 of file OgreMemoryAllocatedObject.h.
Definition at line 73 of file OgreMemoryAllocatedObject.h.
|
inherited |
operator new, with debug line info
Definition at line 68 of file OgreMemoryAllocatedObject.h.
placement operator new
Definition at line 79 of file OgreMemoryAllocatedObject.h.
Definition at line 91 of file OgreMemoryAllocatedObject.h.
|
inherited |
array operator new, with debug line info
Definition at line 86 of file OgreMemoryAllocatedObject.h.
uint16 Ogre::TerrainQuadTreeNode::LodLevel::batchSize |
Number of vertices rendered down one side (not including skirts)
Definition at line 139 of file OgreTerrainQuadTreeNode.h.
Real Ogre::TerrainQuadTreeNode::LodLevel::calcMaxHeightDelta |
Temp calc area for max height delta.
Definition at line 145 of file OgreTerrainQuadTreeNode.h.
IndexData* Ogre::TerrainQuadTreeNode::LodLevel::gpuIndexData |
Index data on the gpu.
Definition at line 141 of file OgreTerrainQuadTreeNode.h.
Real Ogre::TerrainQuadTreeNode::LodLevel::lastCFactor |
The cFactor value used to calculate transitionDist.
Definition at line 149 of file OgreTerrainQuadTreeNode.h.
Real Ogre::TerrainQuadTreeNode::LodLevel::lastTransitionDist |
The most recently calculated transition distance.
Definition at line 147 of file OgreTerrainQuadTreeNode.h.
Real Ogre::TerrainQuadTreeNode::LodLevel::maxHeightDelta |
Maximum delta height between this and the next lower lod.
Definition at line 143 of file OgreTerrainQuadTreeNode.h.
Copyright © 2012 Torus Knot Software Ltd
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.