![]() |
OGRE 14.6
Object-Oriented Graphics Rendering Engine
|
#include <OgreLodData.h>
Public Member Functions | |
| unsigned int | getVertexID (const Vertex *v) const |
| bool | hasVertex (const Vertex *v) const |
| Vertex ID in the buffer associated with the submeshID. | |
| bool | isMalformed () |
Public Attributes | |
| bool | isRemoved |
| unsigned short | submeshID |
| Vertex * | vertex [2] |
| unsigned int | vertexID [2] |
| ID of the submesh. Usable with mMesh.getSubMesh() function. | |
|
inline |
| unsigned int Ogre::LodData::Line::getVertexID | ( | const Vertex * | v | ) | const |
| bool Ogre::LodData::Line::isMalformed | ( | ) |
| Vertex* Ogre::LodData::Line::vertex[2] |
Referenced by hasVertex().
| bool Ogre::LodData::Line::isRemoved |
| unsigned short Ogre::LodData::Line::submeshID |
| unsigned int Ogre::LodData::Line::vertexID[2] |
ID of the submesh. Usable with mMesh.getSubMesh() function.