Update include paths for bindings to new layout.

This commit is contained in:
Matt Williams
2011-05-22 21:32:02 +02:00
parent c03172e1af
commit cb0a746b6f
9 changed files with 32 additions and 31 deletions

View 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>;