Refactor Newton's Cradle. Implement Newton's Cradle with Softbody ropes.

This commit is contained in:
Benjamin Ellenberger
2016-06-27 15:14:36 +02:00
parent e46a718807
commit e16082a7cd
6 changed files with 385 additions and 19 deletions

View File

@@ -171,6 +171,8 @@ SET(BulletExampleBrowser_SRCS
../ExtendedTutorials/SimpleJoint.h
../ExtendedTutorials/NewtonsCradle.cpp
../ExtendedTutorials/NewtonsCradle.h
../ExtendedTutorials/NewtonsRopeCradle.cpp
../ExtendedTutorials/NewtonsRopeCradle.h
../ExtendedTutorials/InclinedPlane.cpp
../ExtendedTutorials/InclinedPlane.h
../ExtendedTutorials/MultiPendulum.cpp