Updated SWIG bindings, especially for C#.
This commit is contained in:
9
library/bindings/VolumeSampler.i
Normal file
9
library/bindings/VolumeSampler.i
Normal file
@ -0,0 +1,9 @@
|
||||
%module VolumeSampler
|
||||
%{
|
||||
#include "VolumeSampler.h"
|
||||
%}
|
||||
|
||||
%include "VolumeSampler.h"
|
||||
|
||||
%template(VolumeSamplerMaterial8) PolyVox::VolumeSampler<PolyVox::Material8>;
|
||||
%template(VolumeSamplerDensity8) PolyVox::VolumeSampler<PolyVox::Density8>;
|
Reference in New Issue
Block a user