OGRE  1.9.0
Public Member Functions | Public Attributes | List of all members
Ogre::TerrainQuadTreeNode::LodLevel Struct Reference

#include <OgreTerrainQuadTreeNode.h>

Inheritance diagram for Ogre::TerrainQuadTreeNode::LodLevel:
Inheritance graph
[legend]

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 *)
 
voidoperator new (size_t sz)
 
voidoperator new (size_t sz, const char *file, int line, const char *func)
 operator new, with debug line info
 
voidoperator new (size_t sz, void *ptr)
 placement operator new
 
voidoperator new[] (size_t sz)
 
voidoperator 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.
 
IndexDatagpuIndexData
 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.
 

Detailed Description

Definition at line 136 of file OgreTerrainQuadTreeNode.h.

Constructor & Destructor Documentation

◆ LodLevel()

Ogre::TerrainQuadTreeNode::LodLevel::LodLevel ( )

Definition at line 151 of file OgreTerrainQuadTreeNode.h.

Member Function Documentation

◆ operator delete() [1/3]

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete ( void ptr)
inherited

Definition at line 96 of file OgreMemoryAllocatedObject.h.

◆ operator delete() [2/3]

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete ( void ptr,
const char ,
int  ,
const char  
)
inherited

Definition at line 108 of file OgreMemoryAllocatedObject.h.

◆ operator delete() [3/3]

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete ( void ptr,
void  
)
inherited

Definition at line 102 of file OgreMemoryAllocatedObject.h.

◆ operator delete[]() [1/2]

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete[] ( void ptr)
inherited

Definition at line 113 of file OgreMemoryAllocatedObject.h.

◆ operator delete[]() [2/2]

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete[] ( void ptr,
const char ,
int  ,
const char  
)
inherited

Definition at line 119 of file OgreMemoryAllocatedObject.h.

◆ operator new() [1/3]

template<class Alloc >
void * Ogre::AllocatedObject< Alloc >::operator new ( size_t  sz)
inherited

Definition at line 73 of file OgreMemoryAllocatedObject.h.

◆ operator new() [2/3]

template<class Alloc >
void * Ogre::AllocatedObject< Alloc >::operator new ( size_t  sz,
const char file,
int  line,
const char func 
)
inherited

operator new, with debug line info

Definition at line 68 of file OgreMemoryAllocatedObject.h.

◆ operator new() [3/3]

template<class Alloc >
void * Ogre::AllocatedObject< Alloc >::operator new ( size_t  sz,
void ptr 
)
inherited

placement operator new

Definition at line 79 of file OgreMemoryAllocatedObject.h.

◆ operator new[]() [1/2]

template<class Alloc >
void * Ogre::AllocatedObject< Alloc >::operator new[] ( size_t  sz)
inherited

Definition at line 91 of file OgreMemoryAllocatedObject.h.

◆ operator new[]() [2/2]

template<class Alloc >
void * Ogre::AllocatedObject< Alloc >::operator new[] ( size_t  sz,
const char file,
int  line,
const char func 
)
inherited

array operator new, with debug line info

Definition at line 86 of file OgreMemoryAllocatedObject.h.

Member Data Documentation

◆ batchSize

uint16 Ogre::TerrainQuadTreeNode::LodLevel::batchSize

Number of vertices rendered down one side (not including skirts)

Definition at line 139 of file OgreTerrainQuadTreeNode.h.

◆ calcMaxHeightDelta

Real Ogre::TerrainQuadTreeNode::LodLevel::calcMaxHeightDelta

Temp calc area for max height delta.

Definition at line 145 of file OgreTerrainQuadTreeNode.h.

◆ gpuIndexData

IndexData* Ogre::TerrainQuadTreeNode::LodLevel::gpuIndexData

Index data on the gpu.

Definition at line 141 of file OgreTerrainQuadTreeNode.h.

◆ lastCFactor

Real Ogre::TerrainQuadTreeNode::LodLevel::lastCFactor

The cFactor value used to calculate transitionDist.

Definition at line 149 of file OgreTerrainQuadTreeNode.h.

◆ lastTransitionDist

Real Ogre::TerrainQuadTreeNode::LodLevel::lastTransitionDist

The most recently calculated transition distance.

Definition at line 147 of file OgreTerrainQuadTreeNode.h.

◆ maxHeightDelta

Real Ogre::TerrainQuadTreeNode::LodLevel::maxHeightDelta

Maximum delta height between this and the next lower lod.

Definition at line 143 of file OgreTerrainQuadTreeNode.h.


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