Update include paths for bindings to new layout.
This commit is contained in:
9
library/bindings/SimpleVolumeSampler.i
Normal file
9
library/bindings/SimpleVolumeSampler.i
Normal file
@ -0,0 +1,9 @@
|
||||
%module SimpleVolumeSampler
|
||||
%{
|
||||
#include "SimpleVolume.h"
|
||||
%}
|
||||
|
||||
%include "SimpleVolume.h"
|
||||
|
||||
%template(SimpleVolumeSamplerMaterial8) PolyVox::SimpleVolumeSampler<PolyVox::Material8>;
|
||||
%template(SimpleVolumeSamplerDensity8) PolyVox::SimpleVolumeSampler<PolyVox::Density8>;
|
Reference in New Issue
Block a user