![]() |
OGRE 14.6
Object-Oriented Graphics Rendering Engine
|
#include <OgreLodData.h>
Public Member Functions | |
| void | addEdge (const Edge &edge) |
| Iterator pointing to the position in the mCollapseCostSet, which allows fast remove. | |
| void | removeEdge (const Edge &edge) |
Public Attributes | |
| Vertex * | collapseTo |
| CollapseCostHeap::iterator | costHeapPosition |
| VEdges | edges |
| VLines | lines |
| Vector3 | normal |
| Vector3 | position |
| bool | seam |
| VTriangles | triangles |
| void Ogre::LodData::Vertex::addEdge | ( | const Edge & | edge | ) |
Iterator pointing to the position in the mCollapseCostSet, which allows fast remove.
| void Ogre::LodData::Vertex::removeEdge | ( | const Edge & | edge | ) |
| Vector3 Ogre::LodData::Vertex::position |
| Vector3 Ogre::LodData::Vertex::normal |
| VEdges Ogre::LodData::Vertex::edges |
| VLines Ogre::LodData::Vertex::lines |
| VTriangles Ogre::LodData::Vertex::triangles |
| Vertex* Ogre::LodData::Vertex::collapseTo |
| bool Ogre::LodData::Vertex::seam |
| CollapseCostHeap::iterator Ogre::LodData::Vertex::costHeapPosition |