Work on mesh decimation.

This commit is contained in:
David Williams
2007-09-20 19:38:31 +00:00
parent a5732d3221
commit 778ac2be9c
3 changed files with 32 additions and 32 deletions

View File

@ -35,6 +35,8 @@ namespace Ogre
{
public:
int crud;
SurfaceVertexIterator target;
SurfaceTriangleIterator triangle;
@ -46,9 +48,6 @@ namespace Ogre
SurfaceEdgeIterator otherHalfEdge;
//FIXME - could use boost::optional for this?
bool hasTriangle;
SurfaceEdge();
std::string toString(void);
};