Work on SWIG bindings for PolyVox.
This commit is contained in:
8
library/bindings/Volume.i
Normal file
8
library/bindings/Volume.i
Normal file
@ -0,0 +1,8 @@
|
||||
%module Volume
|
||||
%{
|
||||
#include "Volume.h"
|
||||
%}
|
||||
|
||||
%include "Volume.h"
|
||||
|
||||
%template(VolumeUint16) PolyVox::Volume<unsigned int>;
|
Reference in New Issue
Block a user