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

11 lines
162 B
OpenEdge ABL

%module Density
%{
#include "Density.h"
%}
%include "Voxel.h"
%include "SurfaceExtractor.h"
%include "Density.h"
%template(Density8) PolyVox::Density<uint8_t>;