Start enabling the CubicSurfaceExtractors

This commit is contained in:
Matt Williams
2013-01-19 14:19:26 +00:00
parent 6e93048c9f
commit d50e9dfebc
3 changed files with 5 additions and 8 deletions

View File

@ -5,4 +5,5 @@
%include "CubicSurfaceExtractor.h"
EXTRACTORS(CubicSurfaceExtractor)
%template(CubicSurfaceExtractorSimpleVolumeuint8) PolyVox::CubicSurfaceExtractor<PolyVox::SimpleVolume<uint8_t>, PolyVox::DefaultIsQuadNeeded<uint8_t> >;
//EXTRACTORS(CubicSurfaceExtractor)