Set #define OCTREE_USE_HARDWARE to false as default

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@3149 dfc29bdd-3216-0410-991c-e03cc46cb475
master
engineer_apple 2010-01-16 12:02:51 +00:00
parent 0ca3ba3744
commit 934b4cfd22
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
Flags for Octree
*/
//! use meshbuffer for drawing, enables VBO usage
#define OCTREE_USE_HARDWARE true
#define OCTREE_USE_HARDWARE false
//! use visibility information together with VBOs
#define OCTREE_USE_VISIBILITY false
//! use bounding box or frustum for calculate polys