Work on mesh decimation.

This commit is contained in:
David Williams
2007-09-21 22:48:04 +00:00
parent f569abe501
commit b84f589bcd
2 changed files with 0 additions and 80 deletions

View File

@ -47,7 +47,6 @@ namespace Ogre
bool canRemoveVertexFrom(SurfaceVertexIterator vertexIter, std::list<SurfaceVertexIterator> listConnectedIter, bool isEdge);
std::list<SurfaceVertexIterator> findConnectedVertices(SurfaceVertexIterator vertexIter, bool& isEdge);
std::list<SurfaceEdgeIterator> removeTrianglesAndFindEdges(SurfaceVertexIterator vertexIter);
bool decimateOneVertex(void);