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

Data used to calculate the collapse costs. More...

#include <OgreProgressiveMesh.h>

+ Collaboration diagram for Ogre::ProgressiveMesh::PMWorkingData:

Public Attributes

FaceVertexList mFaceVertList
 List of faces. More...
 
TriangleList mTriList
 
CommonVertexList mVertList
 

Detailed Description

Data used to calculate the collapse costs.

Definition at line 196 of file OgreProgressiveMesh.h.

Member Data Documentation

FaceVertexList Ogre::ProgressiveMesh::PMWorkingData::mFaceVertList

List of faces.

Definition at line 199 of file OgreProgressiveMesh.h.

TriangleList Ogre::ProgressiveMesh::PMWorkingData::mTriList

Definition at line 198 of file OgreProgressiveMesh.h.

CommonVertexList Ogre::ProgressiveMesh::PMWorkingData::mVertList

Definition at line 200 of file OgreProgressiveMesh.h.


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