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

@ -21,6 +21,11 @@ namespace Ogre
);
}
bool SurfaceEdge::isDegenerate(void)
{
return (target == otherHalfEdge->target);
}
/*bool operator < (const SurfaceEdge& lhs, const SurfaceEdge& rhs)
{
if(lhs.target == rhs.target)