OGRE 14.3
Object-Oriented Graphics Rendering Engine
|
#include <OgreLodData.h>
Public Member Functions | |
Edge (const Edge &b) | |
Edge (Vertex *destination) | |
bool | operator< (const Edge &other) const |
Edge & | operator= (const Edge &b) |
bool | operator== (const Edge &other) const |
Public Attributes | |
Real | collapseCost |
Vertex * | dst |
int | refCount |
|
explicit |
Vertex* Ogre::LodData::Edge::dst |
Real Ogre::LodData::Edge::collapseCost |
int Ogre::LodData::Edge::refCount |