A few more tiny steps in the right direction
Getting templates to work is the next thing
This commit is contained in:
10
library/bindings/Vector.i
Normal file
10
library/bindings/Vector.i
Normal file
@ -0,0 +1,10 @@
|
||||
%module Vector
|
||||
%{
|
||||
#include "PolyVoxCore/Vector.h"
|
||||
%}
|
||||
|
||||
%include "PolyVoxCore/Vector.h"
|
||||
|
||||
%template(VectorTest) PolyVox::Vector<3,float>;
|
||||
|
||||
%rename(assign) VectorTest::operator=;
|
Reference in New Issue
Block a user