polyvox/library/bindings/MeshDecimator.i
2011-01-18 21:59:21 +00:00

9 lines
238 B
OpenEdge ABL

%module MeshDecimator
%{
#include "MeshDecimator.h"
%}
%include "MeshDecimator.h"
%template(MeshDecimatorMaterial8) PolyVox::MeshDecimator<PolyVox::Material8>;
%template(MeshDecimatorDensity8) PolyVox::MeshDecimator<PolyVox::Density8>;