minor tweak to BenchmarkDemo to enable toggling between console/graphical output
Disable island manager for 3000 falling boxes: we need to add some batching rather then running thousands of single-body islands
This commit is contained in:
@@ -10,12 +10,15 @@ ENDIF (NOT CMAKE_BUILD_TYPE)
|
||||
|
||||
|
||||
OPTION(USE_DOUBLE_PRECISION "Use double precision" OFF)
|
||||
OPTION(USE_GLUT_GRAPHICAL_BENCHMARK "Use Graphical Benchmark" ON)
|
||||
|
||||
IF (USE_DOUBLE_PRECISION)
|
||||
ADD_DEFINITIONS( -DBT_USE_DOUBLE_PRECISION)
|
||||
ENDIF (USE_DOUBLE_PRECISION)
|
||||
|
||||
|
||||
IF(USE_GLUT_GRAPHICAL_BENCHMARK)
|
||||
ADD_DEFINITIONS( -DUSE_GLUT_GRAPHICAL_BENCHMARK)
|
||||
ENDIF (USE_GLUT_GRAPHICAL_BENCHMARK)
|
||||
|
||||
IF (WIN32)
|
||||
OPTION(USE_GLUT "Use Glut" OFF)
|
||||
|
||||
Reference in New Issue
Block a user