Ogre::ProgressiveMeshGeneratorBase Class Referenceabstract

#include <OgreProgressiveMeshGenerator.h>

Inheritance diagram for Ogre::ProgressiveMeshGeneratorBase:

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.

Detailed Description

Definition at line 41 of file OgreProgressiveMeshGenerator.h.

Constructor & Destructor Documentation

◆ ~ProgressiveMeshGeneratorBase()

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

Definition at line 66 of file OgreProgressiveMeshGenerator.h.

Member Function Documentation

◆ generateAutoconfiguredLodLevels()

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.

◆ generateLodLevels()

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::ProgressiveMeshGenerator, and Ogre::QueuedProgressiveMeshGenerator.

◆ getAutoconfig()

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.