OGRE 14.3
Object-Oriented Graphics Rendering Engine
|
#include <OgreLodConfig.h>
Classes | |
struct | Advanced |
Public Types | |
typedef std::vector< LodLevel > | LodLevelList |
Lod strategy to use. | |
Public Member Functions | |
LodConfig () | |
LodConfig (MeshPtr &_mesh, LodStrategy *_strategy=DistanceLodBoxStrategy::getSingletonPtr()) | |
Info about Lod levels. | |
void | createGeneratedLodLevel (Ogre::Real distance, Real reductionValue, LodLevel::VertexReductionMethod reductionMethod=LodLevel::VRM_PROPORTIONAL) |
void | createManualLodLevel (Ogre::Real distance, const String &manualMeshName) |
Public Attributes | |
struct _OgreLodExport Ogre::LodConfig::Advanced | advanced |
LodLevelList | levels |
MeshPtr | mesh |
LodStrategy * | strategy |
The mesh which we want to reduce. | |
typedef std::vector<LodLevel> Ogre::LodConfig::LodLevelList |
Lod strategy to use.
Ogre::LodConfig::LodConfig | ( | MeshPtr & | _mesh, |
LodStrategy * | _strategy = DistanceLodBoxStrategy::getSingletonPtr() |
||
) |
Info about Lod levels.
Ogre::LodConfig::LodConfig | ( | ) |
void Ogre::LodConfig::createManualLodLevel | ( | Ogre::Real | distance, |
const String & | manualMeshName | ||
) |
void Ogre::LodConfig::createGeneratedLodLevel | ( | Ogre::Real | distance, |
Real | reductionValue, | ||
LodLevel::VertexReductionMethod | reductionMethod = LodLevel::VRM_PROPORTIONAL |
||
) |
MeshPtr Ogre::LodConfig::mesh |
LodStrategy* Ogre::LodConfig::strategy |
The mesh which we want to reduce.
LodLevelList Ogre::LodConfig::levels |
struct _OgreLodExport Ogre::LodConfig::Advanced Ogre::LodConfig::advanced |