polyvox/library/bindings/SurfaceExtractor.i
Matt Williams 869d1a8d6a Re-enable more of the bindings
This should enable enough of the bindings to be able to extract a surface
mesh.
2012-06-21 22:24:04 +01:00

12 lines
296 B
OpenEdge ABL

%module SurfaceExtractor
%{
#include "SimpleVolume.h"
#include "Material.h"
#include "SurfaceExtractor.h"
%}
%include "SimpleVolume.h"
%include "SurfaceExtractor.h"
%template(SurfaceExtractorSimpleVolumeDensity8) PolyVox::SurfaceExtractor<PolyVox::SimpleVolume<PolyVox::Density8> >;