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

@ -4,11 +4,6 @@
namespace Ogre
{
SurfaceEdge::SurfaceEdge()
:hasTriangle(false)
{
}
std::string SurfaceEdge::toString(void)
{
std::stringstream ss;