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

@ -47,6 +47,7 @@ namespace PolyVox
void shift(const Vector3DInt32& amount);
void shiftLowerCorner(const Vector3DInt32& amount);
void shiftUpperCorner(const Vector3DInt32& amount);
Vector3DInt32 dimensions(void);
private:
Vector3DInt32 m_v3dLowerCorner;