More work splitting example framework into two pieces.

This commit is contained in:
David Williams
2015-02-20 16:56:03 +01:00
parent 838407ba4f
commit 7262ca313e
9 changed files with 174 additions and 174 deletions

View File

@ -56,7 +56,7 @@ public:
}
protected:
void initialize() override
void initializeExample() override
{
FilePager<MaterialDensityPair88>* pager = new FilePager<MaterialDensityPair88>(".");
PagedVolume<MaterialDensityPair88> volData(PolyVox::Region(Vector3DInt32(0, 0, 0), Vector3DInt32(g_uVolumeSideLength - 1, g_uVolumeSideLength - 1, g_uVolumeSideLength - 1)), pager);