OGRE  1.8
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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 315 of file OgreProgressiveMesh.h.

Member Data Documentation

FaceVertexList Ogre::ProgressiveMesh::PMWorkingData::mFaceVertList

List of faces.

Definition at line 318 of file OgreProgressiveMesh.h.

TriangleList Ogre::ProgressiveMesh::PMWorkingData::mTriList

Definition at line 317 of file OgreProgressiveMesh.h.

CommonVertexList Ogre::ProgressiveMesh::PMWorkingData::mVertList

Definition at line 319 of file OgreProgressiveMesh.h.


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