Commit 934b4cfd authored by engineer_apple's avatar engineer_apple

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
parent 0ca3ba37
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
Flags for Octree Flags for Octree
*/ */
//! use meshbuffer for drawing, enables VBO usage //! use meshbuffer for drawing, enables VBO usage
#define OCTREE_USE_HARDWARE true #define OCTREE_USE_HARDWARE false
//! use visibility information together with VBOs //! use visibility information together with VBOs
#define OCTREE_USE_VISIBILITY false #define OCTREE_USE_VISIBILITY false
//! use bounding box or frustum for calculate polys //! use bounding box or frustum for calculate polys
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment