Work on SWIG bindings for PolyVox.
This commit is contained in:
@ -1,8 +1,13 @@
|
||||
%module Volume
|
||||
%{
|
||||
#include "Material.h"
|
||||
#include "Density.h"
|
||||
#include "Volume.h"
|
||||
%}
|
||||
|
||||
%include "Material.h"
|
||||
%include "Density.h"
|
||||
%include "Volume.h"
|
||||
|
||||
%template(VolumeUint16) PolyVox::Volume<unsigned int>;
|
||||
%template(VolumeMaterial8) PolyVox::Volume<PolyVox::Material8>;
|
||||
%template(VolumeDensity8) PolyVox::Volume<PolyVox::Density8>;
|
||||
|
Reference in New Issue
Block a user