Work on mesh decimation.

This commit is contained in:
David Williams
2007-09-21 11:46:37 +00:00
parent 00dbe56ef7
commit d467a3a314
6 changed files with 337 additions and 115 deletions

View File

@ -50,6 +50,8 @@ namespace Ogre
//FIXME - could use boost::optional for this?
std::string toString(void);
bool isDegenerate(void);
};
bool operator == (const SurfaceEdge& lhs, const SurfaceEdge& rhs);