polyvox/bindings/MeshDecimator.i

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