More work splitting example framework into two pieces.
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user