A way of recording the way each LODs is recorded this Mesh.  
 More...
#include <OgreMesh.h>
|  | 
| EdgeData * | edgeData | 
|  | Edge list for this LOD level (may be derived from manual mesh). 
 | 
|  | 
| MeshPtr | manualMesh | 
|  | Hard link to mesh to avoid looking up each time. 
 | 
|  | 
| String | manualName | 
|  | Only relevant if mIsLodManual is true, the name of the alternative mesh to use. 
 | 
|  | 
| Real | userValue | 
|  | User-supplied values used to determine on which distance the lod is applies. 
 | 
|  | 
| Real | value | 
|  | Value used by to determine when this LOD applies. 
 | 
|  | 
A way of recording the way each LODs is recorded this Mesh. 
◆ MeshLodUsage()
  
  | 
        
          | Ogre::v1::MeshLodUsage::MeshLodUsage | ( |  | ) |  |  | inline | 
 
 
◆ 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. 
 
 
◆ value
      
        
          | Real Ogre::v1::MeshLodUsage::value | 
      
 
Value used by to determine when this LOD applies. 
 
 
The documentation for this struct was generated from the following file: