OGRE  1.7
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Ogre::ProgressiveMesh::PMFaceVertex Class Reference

A vertex as used by a face. More...

#include <OgreProgressiveMesh.h>

+ Collaboration diagram for Ogre::ProgressiveMesh::PMFaceVertex:

Public Attributes

PMVertexcommonVertex
 
size_t realIndex
 

Detailed Description

A vertex as used by a face.

This records the index of the actual vertex which is used by the face, and a pointer to the common vertex used for surface evaluation.

Definition at line 132 of file OgreProgressiveMesh.h.

Member Data Documentation

PMVertex* Ogre::ProgressiveMesh::PMFaceVertex::commonVertex

Definition at line 135 of file OgreProgressiveMesh.h.

size_t Ogre::ProgressiveMesh::PMFaceVertex::realIndex

Definition at line 134 of file OgreProgressiveMesh.h.


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