|
OGRE
1.9.0
|
A way of recording the way each LODs is recorded this Mesh. More...
#include <OgreMesh.h>
Public Member Functions | |
| MeshLodUsage () | |
Public Attributes | |
| EdgeData * | edgeData |
| Edge list for this LOD level (may be derived from manual mesh). | |
| String | manualGroup |
| Only relevant if mIsLodManual is true, the name of the group of the alternative 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 when th is LOD applies. | |
| Real | value |
| Value used by to determine when this LOD applies. | |
A way of recording the way each LODs is recorded this Mesh.
Definition at line 946 of file OgreMesh.h.
| Ogre::MeshLodUsage::MeshLodUsage | ( | ) |
Definition at line 970 of file OgreMesh.h.
|
mutable |
Edge list for this LOD level (may be derived from manual mesh).
Definition at line 968 of file OgreMesh.h.
Referenced by MeshLodUsage().
| String Ogre::MeshLodUsage::manualGroup |
Only relevant if mIsLodManual is true, the name of the group of the alternative mesh.
Definition at line 964 of file OgreMesh.h.
|
mutable |
Hard link to mesh to avoid looking up each time.
Definition at line 966 of file OgreMesh.h.
| String Ogre::MeshLodUsage::manualName |
Only relevant if mIsLodManual is true, the name of the alternative mesh to use.
Definition at line 962 of file OgreMesh.h.
| Real Ogre::MeshLodUsage::userValue |
User-supplied values used to determine when th is LOD applies.
Definition at line 952 of file OgreMesh.h.
Referenced by MeshLodUsage().
| Real Ogre::MeshLodUsage::value |
Value used by to determine when this LOD applies.
Definition at line 959 of file OgreMesh.h.
Referenced by MeshLodUsage().
1.13.2