#ifndef __OpenGLExample_Shapes_H__ #define __OpenGLExample_Shapes_H__ #include "PolyVoxCore/BlockVolume.h" void createSphereInVolume(PolyVox::BlockVolume& volData, float fRadius, PolyVox::uint8 uValue); void createCubeInVolume(PolyVox::BlockVolume& volData, PolyVox::Vector3DUint16 lowerCorner, PolyVox::Vector3DUint16 upperCorner, PolyVox::uint8 uValue); #endif //__OpenGLExample_Shapes_H__