#include <OgreProgressiveMesh.h>
Public Methods | |
PMTriangle () | |
void | setDetails (ushort index, PMFaceVertex *v0, PMFaceVertex *v1, PMFaceVertex *v2) |
void | computeNormal (void) |
void | replaceVertex (PMFaceVertex *vold, PMFaceVertex *vnew) |
bool | hasCommonVertex (PMVertex *v) |
bool | hasFaceVertex (PMFaceVertex *v) |
PMFaceVertex * | getFaceVertexFromCommon (PMVertex *commonVert) |
void | notifyRemoved (void) |
Public Attributes | |
PMFaceVertex * | vertex [3] |
Vector3 | normal |
bool | removed |
ushort | index |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Copyright © 2002 by The OGRE Team