OGRE  2.2.4
Object-Oriented Graphics Rendering Engine
Ogre::v1::MeshLodUsage Struct Reference

A way of recording the way each LODs is recorded this Mesh. More...

#include <OgreMesh.h>

Public Member Functions

 MeshLodUsage ()
 

Public Attributes

EdgeDataedgeData
 Edge list for this LOD level (may be derived from manual mesh). More...
 
MeshPtr manualMesh
 Hard link to mesh to avoid looking up each time. More...
 
String manualName
 Only relevant if mIsLodManual is true, the name of the alternative mesh to use. More...
 
Real userValue
 User-supplied values used to determine on which distance the lod is applies. More...
 
Real value
 Value used by to determine when this LOD applies. More...
 

Detailed Description

A way of recording the way each LODs is recorded this Mesh.

Constructor & Destructor Documentation

◆ MeshLodUsage()

Ogre::v1::MeshLodUsage::MeshLodUsage ( )
inline

Member Data Documentation

◆ edgeData

EdgeData* Ogre::v1::MeshLodUsage::edgeData
mutable

Edge list for this LOD level (may be derived from manual mesh).

◆ manualMesh

MeshPtr Ogre::v1::MeshLodUsage::manualMesh
mutable

Hard link to mesh to avoid looking up each time.

◆ manualName

String Ogre::v1::MeshLodUsage::manualName

Only relevant if mIsLodManual is true, the name of the alternative mesh to use.

◆ userValue

Real Ogre::v1::MeshLodUsage::userValue

User-supplied values used to determine on which distance the lod is applies.

Remarks
This is required in case the LOD strategy changes.

◆ value

Real Ogre::v1::MeshLodUsage::value

Value used by to determine when this LOD applies.

Remarks
May be interpretted differently by different strategies. Transformed from user-supplied values with LodStrategy::transformUserValue.

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