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