Started moving decimation to sets rather than lists.

This commit is contained in:
David Williams
2007-09-23 21:27:20 +00:00
parent 35c399202f
commit cd26634131
12 changed files with 101 additions and 90 deletions

View File

@ -58,7 +58,7 @@ namespace Ogre
return false; //They are equal
}
Vector3 toOgreVector3(void)
Vector3 toOgreVector3(void) const
{
return Vector3(Real(x), Real(y), Real(z));
}