Public Attributes | List of all members
Ogre::ProgressiveMeshGenerator::PMVertex Struct Reference

#include <OgreProgressiveMeshGenerator.h>

Public Attributes

PMVertexcollapseTo
 Triangle ID set, which are using this vertex. More...
 
CollapseCostHeap::iterator costHeapPosition
 
VEdges edges
 
Vector3 position
 
bool seam
 
VTriangles triangles
 

Detailed Description

Definition at line 153 of file OgreProgressiveMeshGenerator.h.

Member Data Documentation

◆ collapseTo

PMVertex* Ogre::ProgressiveMeshGenerator::PMVertex::collapseTo

Triangle ID set, which are using this vertex.

Definition at line 158 of file OgreProgressiveMeshGenerator.h.

◆ costHeapPosition

CollapseCostHeap::iterator Ogre::ProgressiveMeshGenerator::PMVertex::costHeapPosition

Definition at line 160 of file OgreProgressiveMeshGenerator.h.

◆ edges

VEdges Ogre::ProgressiveMeshGenerator::PMVertex::edges

Definition at line 155 of file OgreProgressiveMeshGenerator.h.

◆ position

Vector3 Ogre::ProgressiveMeshGenerator::PMVertex::position

Definition at line 154 of file OgreProgressiveMeshGenerator.h.

◆ seam

bool Ogre::ProgressiveMeshGenerator::PMVertex::seam

Definition at line 159 of file OgreProgressiveMeshGenerator.h.

◆ triangles

VTriangles Ogre::ProgressiveMeshGenerator::PMVertex::triangles

Definition at line 156 of file OgreProgressiveMeshGenerator.h.


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

Copyright © 2012 Torus Knot Software Ltd
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.