Terrain automatic LOD loading.
More...
#include <OgreTerrainAutoUpdateLod.h>
|
virtual | ~TerrainAutoUpdateLod () |
|
virtual void | autoUpdateLod (Terrain *terrain, bool synchronous, const Any &data)=0 |
| Method to be called to change terrain's LOD level. More...
|
|
virtual uint32 | getStrategyId ()=0 |
|
void | operator delete (void *ptr) |
|
void | operator delete (void *ptr, void *) |
|
void | operator delete (void *ptr, const char *, int, const char *) |
|
void | operator delete[] (void *ptr) |
|
void | operator delete[] (void *ptr, const char *, int, const char *) |
|
void * | operator new (size_t sz, const char *file, int line, const char *func) |
| operator new, with debug line info More...
|
|
void * | operator new (size_t sz) |
|
void * | operator new (size_t sz, void *ptr) |
| placement operator new More...
|
|
void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
| array operator new, with debug line info More...
|
|
void * | operator new[] (size_t sz) |
|
Terrain automatic LOD loading.
- This set of classes is used for automatic change of terrain LOD level. Base is TerrainAutoUpdateLod interface with just one public method autoUpdateLod. This method gets called by terrain whenever user thinks something has changed(typically in application's main loop) what could affect terrain's LOD level. It is designed in such a way so user can use whatever algorithm he likes to change terrain's LOD level. For example see TerrainAutoUpdateLod implementation TerrainAutoUpdateLodByDistance. It is also used as a null object for auto-LOD-updating.
◆ ~TerrainAutoUpdateLod()
virtual Ogre::TerrainAutoUpdateLod::~TerrainAutoUpdateLod |
( |
| ) |
|
|
inlinevirtual |
◆ autoUpdateLod()
virtual void Ogre::TerrainAutoUpdateLod::autoUpdateLod |
( |
Terrain * |
terrain, |
|
|
bool |
synchronous, |
|
|
const Any & |
data |
|
) |
| |
|
pure virtual |
Method to be called to change terrain's LOD level.
- Parameters
-
terrain | Instance of Terrain which LOD level is going to be changed |
synchronous | Run this as part of main thread or in background |
data | Any user specific data. |
Implemented in Ogre::TerrainAutoUpdateLodByDistance.
◆ getStrategyId()
virtual uint32 Ogre::TerrainAutoUpdateLod::getStrategyId |
( |
| ) |
|
|
pure virtual |
◆ operator delete() [1/3]
◆ operator delete() [2/3]
◆ operator delete() [3/3]
◆ operator delete[]() [1/2]
◆ operator delete[]() [2/2]
◆ operator new() [1/3]
template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new |
( |
size_t |
sz, |
|
|
const char * |
file, |
|
|
int |
line, |
|
|
const char * |
func |
|
) |
| |
|
inlineinherited |
operator new, with debug line info
◆ operator new() [2/3]
◆ operator new() [3/3]
◆ operator new[]() [1/2]
template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new[] |
( |
size_t |
sz, |
|
|
const char * |
file, |
|
|
int |
line, |
|
|
const char * |
func |
|
) |
| |
|
inlineinherited |
array operator new, with debug line info
◆ operator new[]() [2/2]
The documentation for this class was generated from the following file: