reduced number of sphere in Basic demo, some system have slow rendering of spheres.

removed another warning.
This commit is contained in:
ejcoumans
2007-10-14 00:18:49 +00:00
parent 913b141c23
commit 71abe4aeca
2 changed files with 8 additions and 6 deletions

View File

@@ -24,10 +24,10 @@ subject to the following restrictions:
#define START_POS_Z -3
///create 1000 (10x10x10) dynamic objects
#define ARRAY_SIZE_X 10
#define ARRAY_SIZE_Y 10
#define ARRAY_SIZE_Z 10
///create 125 (5x5x5) dynamic object
#define ARRAY_SIZE_X 5
#define ARRAY_SIZE_Y 5
#define ARRAY_SIZE_Z 5
//#define USE_SIMPLE_DYNAMICS_WORLD 1