allow to compile all demos when USE_GLUT is enabled in cmake
fix minor issue in ConcaveDemo (animation should be time-dependent) remove COLLADA from the demos.
This commit is contained in:
@@ -3,3 +3,7 @@ SUBDIRS( Serialize ConvexDecomposition GIMPACTUtils )
|
||||
IF (BUILD_BULLET_MAYA_DYNAMICA_PLUGIN)
|
||||
SUBDIRS(MayaPlugin)
|
||||
ENDIF(BUILD_BULLET_MAYA_DYNAMICA_PLUGIN)
|
||||
|
||||
IF (USE_GLUT)
|
||||
SUBDIRS (glui)
|
||||
ENDIF (USE_GLUT)
|
||||
Reference in New Issue
Block a user