Work on SWIG bindings for PolyVox.

This commit is contained in:
David Williams
2010-12-28 11:14:55 +00:00
parent 57ff257669
commit f7573e7660
5 changed files with 22 additions and 14 deletions

View File

@ -0,0 +1,8 @@
%module Material
%{
#include "Material.h"
%}
%include "Material.h"
%template(Material8) PolyVox::Material<uint8_t>;