Ogre::ProgressiveMesh::PMTriangle Class Reference

A triangle in the progressive mesh, holds extra info like face normal. More...

#include <OgreProgressiveMesh.h>

List of all members.

Public Member Functions

 PMTriangle ()
void setDetails (size_t index, PMFaceVertex *v0, PMFaceVertex *v1, PMFaceVertex *v2)
void computeNormal (void)
void replaceVertex (PMFaceVertex *vold, PMFaceVertex *vnew)
bool hasCommonVertex (PMVertex *v) const
bool hasFaceVertex (PMFaceVertex *v) const
PMFaceVertexgetFaceVertexFromCommon (PMVertex *commonVert)
void notifyRemoved (void)

Public Attributes

PMFaceVertexvertex [3]
Vector3 normal
bool removed
size_t index


Detailed Description

A triangle in the progressive mesh, holds extra info like face normal.

Definition at line 136 of file OgreProgressiveMesh.h.


Constructor & Destructor Documentation

Ogre::ProgressiveMesh::PMTriangle::PMTriangle (  ) 


Member Function Documentation

void Ogre::ProgressiveMesh::PMTriangle::setDetails ( size_t  index,
PMFaceVertex v0,
PMFaceVertex v1,
PMFaceVertex v2 
)

void Ogre::ProgressiveMesh::PMTriangle::computeNormal ( void   ) 

void Ogre::ProgressiveMesh::PMTriangle::replaceVertex ( PMFaceVertex vold,
PMFaceVertex vnew 
)

bool Ogre::ProgressiveMesh::PMTriangle::hasCommonVertex ( PMVertex v  )  const

bool Ogre::ProgressiveMesh::PMTriangle::hasFaceVertex ( PMFaceVertex v  )  const

PMFaceVertex* Ogre::ProgressiveMesh::PMTriangle::getFaceVertexFromCommon ( PMVertex commonVert  ) 

void Ogre::ProgressiveMesh::PMTriangle::notifyRemoved ( void   ) 


Member Data Documentation

Definition at line 147 of file OgreProgressiveMesh.h.

Definition at line 148 of file OgreProgressiveMesh.h.

Definition at line 149 of file OgreProgressiveMesh.h.

Definition at line 150 of file OgreProgressiveMesh.h.


The documentation for this class was generated from the following file:

Copyright © 2008 Torus Knot Software Ltd
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun Sep 27 22:05:17 2009