Work on Volume class.

This commit is contained in:
David Williams
2009-03-24 22:29:39 +00:00
parent d191902db3
commit 5955a29a46
6 changed files with 34 additions and 21 deletions

View File

@ -39,7 +39,7 @@ namespace PolyVox
friend class VolumeIterator<VoxelType>;
public:
Volume(uint8 uSideLengthPower, uint8 uBlockSideLengthPower = 5);
Volume(uint16 uSideLength, uint16 uBlockSideLength = 64);
Volume(const Volume& rhs);
~Volume();