Re-enable more of the bindings
This should enable enough of the bindings to be able to extract a surface mesh.
This commit is contained in:
@ -5,9 +5,12 @@
|
||||
#include "SimpleVolume.h"
|
||||
%}
|
||||
|
||||
%import "BaseVolume.h"
|
||||
%include "Material.h"
|
||||
%include "Density.h"
|
||||
%include "SimpleVolume.h"
|
||||
|
||||
%template(SimpleVolumeMaterial8) PolyVox::SimpleVolume<PolyVox::Material8>;
|
||||
%template(BaseVolumeDensity8) PolyVox::BaseVolume<PolyVox::Density8>;
|
||||
|
||||
//%template(SimpleVolumeMaterial8) PolyVox::SimpleVolume<PolyVox::Material8>;
|
||||
%template(SimpleVolumeDensity8) PolyVox::SimpleVolume<PolyVox::Density8>;
|
Reference in New Issue
Block a user