Fix compilation of bindings
The bindings now compile but are not complete. SWIG doesn't support nested classes so the SimpleVolume can't be bound.
This commit is contained in:
@ -37,7 +37,7 @@ namespace PolyVox
|
||||
{
|
||||
public:
|
||||
|
||||
const static Region MaxRegion;
|
||||
static const Region MaxRegion;
|
||||
|
||||
Region();
|
||||
Region(const Vector3DInt32& v3dLowerCorner, const Vector3DInt32& v3dUpperCorner);
|
||||
|
Reference in New Issue
Block a user