More SWIG bindings.
This commit is contained in:
9
library/bindings/MeshDecimator.i
Normal file
9
library/bindings/MeshDecimator.i
Normal file
@ -0,0 +1,9 @@
|
||||
%module MeshDecimator
|
||||
%{
|
||||
#include "MeshDecimator.h"
|
||||
%}
|
||||
|
||||
%include "MeshDecimator.h"
|
||||
|
||||
%template(MeshDecimatorMaterial8) PolyVox::MeshDecimator<PolyVox::Material8>;
|
||||
%template(MeshDecimatorDensity8) PolyVox::MeshDecimator<PolyVox::Density8>;
|
Reference in New Issue
Block a user