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:
@ -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
|
||||
|
Reference in New Issue
Block a user