Public Member Functions | List of all members
Ogre::ProgressiveMeshGeneratorBase Class Referenceabstract

#include <OgreProgressiveMeshGenerator.h>

Inheritance diagram for Ogre::ProgressiveMeshGeneratorBase:
Inheritance graph
[legend]

Public Member Functions

virtual ~ProgressiveMeshGeneratorBase ()
 
virtual void generateAutoconfiguredLodLevels (MeshPtr &mesh)
 Generates the LOD levels for a mesh without configuring it. More...
 
virtual void generateLodLevels (LodConfig &lodConfig)=0
 Generates the LOD levels for a mesh. More...
 
virtual void getAutoconfig (MeshPtr &inMesh, LodConfig &outLodConfig)
 Fills LOD Config with a config, which works on any mesh. More...
 

Detailed Description

Definition at line 41 of file OgreProgressiveMeshGenerator.h.

Constructor & Destructor Documentation

virtual Ogre::ProgressiveMeshGeneratorBase::~ProgressiveMeshGeneratorBase ( )
virtual

Definition at line 66 of file OgreProgressiveMeshGenerator.h.

Member Function Documentation

virtual void Ogre::ProgressiveMeshGeneratorBase::generateAutoconfiguredLodLevels ( MeshPtr mesh)
virtual

Generates the LOD levels for a mesh without configuring it.

Parameters
meshGenerate the LOD for this mesh.
virtual void Ogre::ProgressiveMeshGeneratorBase::generateLodLevels ( LodConfig lodConfig)
pure virtual

Generates the LOD levels for a mesh.

Parameters
lodConfigSpecification 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.

Parameters
inMeshOptimize for this mesh.
outLodConfigLOD configuration storing the output.

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

Copyright © 2012 Torus Knot Software Ltd
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Wed Oct 16 2013 14:36:08