#include <OgreProgressiveMeshGenerator.h>

Public Member Functions | |
| virtual | ~ProgressiveMeshGeneratorBase () |
| virtual void | generateAutoconfiguredLodLevels (MeshPtr &mesh) |
| Generates the LOD levels for a mesh without configuring it. | |
| virtual void | generateLodLevels (LodConfig &lodConfig)=0 |
| Generates the LOD levels for a mesh. | |
| virtual void | getAutoconfig (MeshPtr &inMesh, LodConfig &outLodConfig) |
| Fills LOD Config with a config, which works on any mesh. | |
Definition at line 42 of file OgreProgressiveMeshGenerator.h.
| virtual Ogre::ProgressiveMeshGeneratorBase::~ProgressiveMeshGeneratorBase | ( | ) | [virtual] |
Definition at line 67 of file OgreProgressiveMeshGenerator.h.
| virtual void Ogre::ProgressiveMeshGeneratorBase::generateAutoconfiguredLodLevels | ( | MeshPtr & | mesh | ) | [virtual] |
Generates the LOD levels for a mesh without configuring it.
| mesh | Generate the LOD for this mesh. |
| virtual void Ogre::ProgressiveMeshGeneratorBase::generateLodLevels | ( | LodConfig & | lodConfig | ) | [pure virtual] |
Generates the LOD levels for a mesh.
| lodConfig | Specification of the requested LOD levels. |
Implemented in Ogre::QueuedProgressiveMeshGenerator, and Ogre::ProgressiveMeshGenerator.
| virtual void Ogre::ProgressiveMeshGeneratorBase::getAutoconfig | ( | MeshPtr & | inMesh, |
| LodConfig & | outLodConfig | ||
| ) | [virtual] |
Fills LOD Config with a config, which works on any mesh.
| inMesh | Optimize for this mesh. |
| outLodConfig | LOD configuration storing the output. |
Copyright © 2012 Torus Knot Software Ltd

This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Mon Jul 27 2020 13:41:31