Added define to switch between SimpleVolume and LargeVolume in Cubiquity. This is an abuse of Typedef.h but it's a convenient location and just for temporary testing purposes. It won't get merged back into PolyVox.

This commit is contained in:
David Williams 2013-07-28 16:45:08 +02:00
parent 0c8013317e
commit 00fab818cc

View File

@ -117,7 +117,7 @@ freely, subject to the following restrictions:
#define polyvox_shared_ptr boost::shared_ptr
#endif
//#define USE_LARGE_VOLUME
#define USE_LARGE_VOLUME
#ifdef USE_LARGE_VOLUME
#define POLYVOX_VOLUME LargeVolume
#else