Updated SWIG bindings, especially for C#.
This commit is contained in:
13
library/bindings/VertexTypes.i
Normal file
13
library/bindings/VertexTypes.i
Normal file
@ -0,0 +1,13 @@
|
||||
%module VertexTypes
|
||||
%{
|
||||
#include "PolyVoxImpl\TypeDef.h"
|
||||
#include "Vector.h"
|
||||
#include "VertexTypes.h"
|
||||
%}
|
||||
|
||||
%include "PolyVoxImpl\TypeDef.h"
|
||||
%include "Vector.h"
|
||||
%include "VertexTypes.h"
|
||||
|
||||
//%template (PositionMaterial) PolyVox::PositionMaterial;
|
||||
//%template (PositionMaterialNormal) PolyVox::PositionMaterialNormal;
|
Reference in New Issue
Block a user