OGRE
1.11.6
Object-Oriented Graphics Rendering Engine
|
#include <OgreLodCollapseCostCurvature.h>
Public Member Functions | |
virtual Real | computeEdgeCollapseCost (LodData *data, LodData::Vertex *src, LodData::Edge *dstEdge) |
Returns the collapse cost of the given edge. More... | |
virtual void | computeVertexCollapseCost (LodData *data, LodData::Vertex *vertex, Real &collapseCost, LodData::Vertex *&collapseTo) |
Called by initVertexCollapseCost and updateVertexCollapseCost, when the vertex minimal cost needs to be updated. More... | |
virtual void | initCollapseCosts (LodData *data) |
This is called after the LodInputProvider has initialized LodData. More... | |
virtual void | initVertexCollapseCost (LodData *data, LodData::Vertex *vertex) |
Called from initCollapseCosts for every edge. More... | |
virtual void | updateVertexCollapseCost (LodData *data, LodData::Vertex *vertex) |
Called when edge cost gets invalid. More... | |
|
virtual |
Returns the collapse cost of the given edge.
Implements Ogre::LodCollapseCost.
|
virtualinherited |
This is called after the LodInputProvider has initialized LodData.
Reimplemented in Ogre::LodCollapseCostOutside, Ogre::LodCollapseCostProfiler, and Ogre::LodCollapseCostQuadric.
|
virtualinherited |
Called from initCollapseCosts for every edge.
|
virtualinherited |
Called when edge cost gets invalid.
Reimplemented in Ogre::LodCollapseCostQuadric.
|
virtualinherited |
Called by initVertexCollapseCost and updateVertexCollapseCost, when the vertex minimal cost needs to be updated.
Reimplemented in Ogre::LodCollapseCostProfiler.