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

@ -148,7 +148,7 @@ public:
}
protected:
void initialize() override
void initializeExample() override
{
PerlinNoisePager* pager = new PerlinNoisePager();
PagedVolume<MaterialDensityPair44> volData(PolyVox::Region::MaxRegion(), pager, 64);