Create InclinedPlane,Newton's Cradle and Multi-Pendulum examples for the Bullet Example Browser.

This commit is contained in:
Benjamin Ellenberger
2016-06-04 12:09:37 +02:00
parent dfb2c51dc7
commit 9872d2b20f
8 changed files with 1225 additions and 9 deletions

View File

@@ -114,7 +114,10 @@ SET(ExtendedTutorialsSources
../ExtendedTutorials/SimpleCloth.cpp
../ExtendedTutorials/Chain.cpp
../ExtendedTutorials/Bridge.cpp
../ExtendedTutorials/RigidBodyFromObj.cpp
../ExtendedTutorials/RigidBodyFromObj.cpp
../ExtendedTutorials/InclinedPlane.cpp
../ExtendedTutorials/InclinedPlane.h
../ExtendedTutorials/NewtonsCradle.cpp
)
SET(BulletExampleBrowser_SRCS
@@ -166,8 +169,8 @@ SET(BulletExampleBrowser_SRCS
../ExtendedTutorials/SimpleCloth.h
../ExtendedTutorials/SimpleJoint.cpp
../ExtendedTutorials/SimpleJoint.h
../ExtendedTutorials/NewtonianPendulum.cpp
../ExtendedTutorials/NewtonianPendulum.h
../ExtendedTutorials/NewtonsCradle.cpp
../ExtendedTutorials/NewtonsCradle.h
../ExtendedTutorials/InclinedPlane.cpp
../ExtendedTutorials/InclinedPlane.h
../ExtendedTutorials/MultiPendulum.cpp