mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-15 22:20:12 +00:00
34fc2fb589
add missing 1.sdf for Bullet/data/kitchens/1.sdf add support for getting keyboard events (pybullet.getKeyboardEvents and b3RobotSimulatorClientAPI::getKeyboardEvents)
12 lines
245 B
CMake
12 lines
245 B
CMake
SUBDIRS( obj2sdf Serialize ConvexDecomposition HACD GIMPACTUtils )
|
|
|
|
IF(BUILD_BULLET3)
|
|
SUBDIRS( InverseDynamics)
|
|
ENDIF()
|
|
|
|
#Maya Dynamica plugin is moved to http://dynamica.googlecode.com
|
|
|
|
#IF (USE_GLUT AND GLUT_FOUND)
|
|
# SUBDIRS (glui)
|
|
#ENDIF ()
|