OGRE 2.1
Object-Oriented Graphics Rendering Engine
|
#include <OgreLodData.h>
Classes | |
struct | Edge |
struct | IndexBufferInfo |
union | IndexBufferPointer |
struct | Triangle |
struct | Vertex |
struct | VertexEqual |
struct | VertexHash |
Public Types | |
typedef multimap< Real, Vertex * >::type | CollapseCostHeap |
typedef vector< IndexBufferInfo >::type | IndexBufferInfoList |
typedef vector< Triangle >::type | TriangleList |
typedef unordered_set< Vertex *, VertexHash, VertexEqual >::type | UniqueVertexSet |
typedef VectorSet< Edge, 8 > | VEdges |
typedef vector< Vertex >::type | VertexList |
typedef VectorSet< Triangle *, 7 > | VTriangles |
Public Member Functions | |
LodData () | |
Static Public Member Functions | |
template<typename T , typename A > | |
static size_t | getVectorIDFromPointer (const std::vector< T, A > &vec, const T *pointer) |
Public Attributes | |
CollapseCostHeap | mCollapseCostHeap |
Makes possible to get the vertices with the smallest collapse cost. | |
IndexBufferInfoList | mIndexBufferInfoList |
Real | mMeshBoundingSphereRadius |
TriangleList | mTriangleList |
UniqueVertexSet | mUniqueVertexSet |
Provides position based vertex lookup. Position is the real identifier of a vertex. | |
bool | mUseVertexNormals |
VertexList | mVertexList |
Static Public Attributes | |
static const Real | NEVER_COLLAPSE_COST |
static const Real | UNINITIALIZED_COLLAPSE_COST |
|
inline |
|
inlinestatic |
References OgreAssert.
CollapseCostHeap Ogre::LodData::mCollapseCostHeap |
Makes possible to get the vertices with the smallest collapse cost.
IndexBufferInfoList Ogre::LodData::mIndexBufferInfoList |
Real Ogre::LodData::mMeshBoundingSphereRadius |
TriangleList Ogre::LodData::mTriangleList |
UniqueVertexSet Ogre::LodData::mUniqueVertexSet |
Provides position based vertex lookup. Position is the real identifier of a vertex.
bool Ogre::LodData::mUseVertexNormals |
VertexList Ogre::LodData::mVertexList |