Work on mesh decimation.

This commit is contained in:
David Williams
2007-09-20 20:10:25 +00:00
parent 778ac2be9c
commit 00dbe56ef7
5 changed files with 40 additions and 190 deletions

View File

@ -35,7 +35,7 @@ namespace Ogre
{
public:
int crud;
//int crud;
SurfaceVertexIterator target;

View File

@ -43,8 +43,6 @@ namespace Ogre
void computeNormalsFromVolume(VolumeIterator volIter);
void computeOtherHalfEdges(void);
#ifdef BLAH
bool decimate(void);
bool canCollapseEdge(SurfaceVertex target, SurfaceVertex other);