OGRE 14.3
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. | |
Vertex ID in the buffer associated with the submeshID.
bool Ogre::LodData::Line::isMalformed | ( | ) |
Vertex* Ogre::LodData::Line::vertex[2] |
bool Ogre::LodData::Line::isRemoved |
ID of the submesh. Usable with mMesh.getSubMesh() function.