Work on mesh decimation.

This commit is contained in:
David Williams
2007-09-18 15:41:59 +00:00
parent 377b7a5cdd
commit 336eba9680
6 changed files with 82 additions and 23 deletions

View File

@ -46,7 +46,7 @@ namespace Ogre
SurfaceEdgeIterator otherHalfEdge;
//FIXME - could use boost::optional for this?
bool hasOtherHalfEdge;
bool hasTriangle;
SurfaceEdge();