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

@ -75,9 +75,9 @@ public:
}
protected:
void initialize() override
void initializeExample() override
{
//Create an empty volume and then place a sphere in it
// Create an empty volume and then place a sphere in it
PagedVolume<uint8_t> volData(PolyVox::Region(Vector3DInt32(0, 0, 0), Vector3DInt32(63, 63, 63)));
createSphereInVolume(volData, 30);