Work on removing hard coded vales.

This commit is contained in:
David Williams
2009-03-22 22:45:50 +00:00
parent f705eaf67c
commit 02319db9dc
4 changed files with 65 additions and 44 deletions

View File

@ -79,4 +79,9 @@ namespace PolyVox
{
m_v3dUpperCorner += amount;
}
Vector3DInt32 Region::dimensions(void)
{
return m_v3dUpperCorner - m_v3dLowerCorner;
}
}