OGRE
1.9.0
|
#include <OgreProgressiveMeshGenerator.h>
Public Member Functions | |
void | computeNormal () |
Vertex ID in the buffer associated with the submeshID. | |
unsigned int | getVertexID (const PMVertex *v) const |
bool | hasVertex (const PMVertex *v) const |
bool | isMalformed () |
Public Attributes | |
bool | isRemoved |
Vector3 | normal |
unsigned short | submeshID |
PMVertex * | vertex [3] |
unsigned int | vertexID [3] |
ID of the submesh. Usable with mMesh.getSubMesh() function. | |
Definition at line 164 of file OgreProgressiveMeshGenerator.h.
void Ogre::ProgressiveMeshGenerator::PMTriangle::computeNormal | ( | ) |
Vertex ID in the buffer associated with the submeshID.
bool Ogre::ProgressiveMeshGenerator::PMTriangle::isMalformed | ( | ) |
bool Ogre::ProgressiveMeshGenerator::PMTriangle::isRemoved |
Definition at line 167 of file OgreProgressiveMeshGenerator.h.
Vector3 Ogre::ProgressiveMeshGenerator::PMTriangle::normal |
Definition at line 166 of file OgreProgressiveMeshGenerator.h.
Definition at line 168 of file OgreProgressiveMeshGenerator.h.
PMVertex* Ogre::ProgressiveMeshGenerator::PMTriangle::vertex[3] |
Definition at line 165 of file OgreProgressiveMeshGenerator.h.
ID of the submesh. Usable with mMesh.getSubMesh() function.
Definition at line 169 of file OgreProgressiveMeshGenerator.h.