Work on tidying LargeVolume...

This commit is contained in:
David Williams
2013-06-26 22:01:44 +02:00
parent 44d525f591
commit 938eea7c8e
2 changed files with 6 additions and 3 deletions

View File

@ -82,7 +82,7 @@ int main(int argc, char *argv[])
//Create an empty volume and then place a sphere in it
RLECompressor<uint8_t, uint16_t>* pCompressor = new RLECompressor<uint8_t, uint16_t>();
FilePager<uint8_t>* pFilePager = new FilePager<uint8_t>("C:/temp/voldata/");
FilePager<uint8_t>* pFilePager = new FilePager<uint8_t>("D:/temp/voldata/");
LargeVolume<uint8_t> volData(PolyVox::Region(Vector3DInt32(0,0,0), Vector3DInt32(63, 63, 63)), pCompressor, pFilePager, 32);
volData.setMaxNumberOfUncompressedBlocks(2);