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