More work splitting example framework into two pieces.
This commit is contained in:
@ -148,7 +148,7 @@ public:
|
||||
}
|
||||
|
||||
protected:
|
||||
void initialize() override
|
||||
void initializeExample() override
|
||||
{
|
||||
PerlinNoisePager* pager = new PerlinNoisePager();
|
||||
PagedVolume<MaterialDensityPair44> volData(PolyVox::Region::MaxRegion(), pager, 64);
|
||||
|
Reference in New Issue
Block a user