Add all the Material, Density and MaterialDensityPair typedefs

This commit is contained in:
Matt Williams
2012-06-22 00:18:04 +01:00
parent bef1ae02ff
commit 85c5b7abf0
3 changed files with 15 additions and 3 deletions

View File

@ -6,3 +6,4 @@
%include "Material.h"
%template(Material8) PolyVox::Material<uint8_t>;
%template(Material16) PolyVox::Material<uint16_t>;