polyvox/library/bindings/MeshDecimator.i
2014-09-25 22:38:01 +02:00

9 lines
237 B
OpenEdge ABL

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