#include <OgreProgressiveMeshGenerator.h>
virtual Ogre::ProgressiveMeshGeneratorBase::~ProgressiveMeshGeneratorBase |
( |
| ) |
|
|
inlinevirtual |
virtual void Ogre::ProgressiveMeshGeneratorBase::generateAutoconfiguredLodLevels |
( |
MeshPtr & |
mesh | ) |
|
|
virtual |
Generates the LOD levels for a mesh without configuring it.
- Parameters
-
mesh | Generate the LOD for this mesh. |
virtual void Ogre::ProgressiveMeshGeneratorBase::generateLodLevels |
( |
LodConfig & |
lodConfig | ) |
|
|
pure virtual |
virtual void Ogre::ProgressiveMeshGeneratorBase::getAutoconfig |
( |
MeshPtr & |
inMesh, |
|
|
LodConfig & |
outLodConfig |
|
) |
| |
|
virtual |
Fills LOD Config with a config, which works on any mesh.
- Parameters
-
inMesh | Optimize for this mesh. |
outLodConfig | LOD configuration storing the output. |
The documentation for this class was generated from the following file: