Public Member Functions
Ogre::ProgressiveMeshGeneratorBase Class Reference

#include <OgreProgressiveMeshGenerator.h>

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

List of all members.

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 42 of file OgreProgressiveMeshGenerator.h.


Constructor & Destructor Documentation

Definition at line 67 of file OgreProgressiveMeshGenerator.h.


Member Function Documentation

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 Mon Jul 27 2020 13:41:31