Merge resolve.
This commit is contained in:
@@ -156,6 +156,20 @@ SET(BulletExampleBrowser_SRCS
|
|||||||
../Tutorial/Tutorial.h
|
../Tutorial/Tutorial.h
|
||||||
../Tutorial/Dof6ConstraintTutorial.cpp
|
../Tutorial/Dof6ConstraintTutorial.cpp
|
||||||
../Tutorial/Dof6ConstraintTutorial.h
|
../Tutorial/Dof6ConstraintTutorial.h
|
||||||
|
../ExtendedTutorials/SimpleBox.cpp
|
||||||
|
../ExtendedTutorials/SimpleBox.h
|
||||||
|
../ExtendedTutorials/MultipleBoxes.cpp
|
||||||
|
../ExtendedTutorials/MultipleBoxes.h
|
||||||
|
../ExtendedTutorials/SimpleCloth.cpp
|
||||||
|
../ExtendedTutorials/SimpleCloth.h
|
||||||
|
../ExtendedTutorials/SimpleJoint.cpp
|
||||||
|
../ExtendedTutorials/SimpleJoint.h
|
||||||
|
../ExtendedTutorials/NewtonianPendulum.cpp
|
||||||
|
../ExtendedTutorials/NewtonianPendulum.h
|
||||||
|
../ExtendedTutorials/InclinedPlane.cpp
|
||||||
|
../ExtendedTutorials/InclinedPlane.h
|
||||||
|
../ExtendedTutorials/MultiPendulum.cpp
|
||||||
|
../ExtendedTutorials/MultiPendulum.h
|
||||||
../Collision/CollisionSdkC_Api.cpp
|
../Collision/CollisionSdkC_Api.cpp
|
||||||
../Collision/CollisionSdkC_Api.h
|
../Collision/CollisionSdkC_Api.h
|
||||||
../Collision/CollisionTutorialBullet2.cpp
|
../Collision/CollisionTutorialBullet2.cpp
|
||||||
|
|||||||
@@ -45,7 +45,6 @@
|
|||||||
#include "../Tutorial/Dof6ConstraintTutorial.h"
|
#include "../Tutorial/Dof6ConstraintTutorial.h"
|
||||||
#include "../MultiThreading/MultiThreadingExample.h"
|
#include "../MultiThreading/MultiThreadingExample.h"
|
||||||
#include "../InverseDynamics/InverseDynamicsExample.h"
|
#include "../InverseDynamics/InverseDynamicsExample.h"
|
||||||
|
|
||||||
#ifdef ENABLE_LUA
|
#ifdef ENABLE_LUA
|
||||||
#include "../LuaDemo/LuaPhysicsSetup.h"
|
#include "../LuaDemo/LuaPhysicsSetup.h"
|
||||||
#endif
|
#endif
|
||||||
@@ -269,6 +268,9 @@ static ExampleEntry gDefaultExamples[]=
|
|||||||
ExampleEntry(1,"Simple Cloth", "Creating a simple piece of cloth", ET_SimpleClothCreateFunc),
|
ExampleEntry(1,"Simple Cloth", "Creating a simple piece of cloth", ET_SimpleClothCreateFunc),
|
||||||
ExampleEntry(1,"Simple Chain", "Creating a simple chain using a pair of point2point/distance constraints. You may click and drag any box to see the chain respond.", ET_ChainCreateFunc),
|
ExampleEntry(1,"Simple Chain", "Creating a simple chain using a pair of point2point/distance constraints. You may click and drag any box to see the chain respond.", ET_ChainCreateFunc),
|
||||||
ExampleEntry(1,"Simple Bridge", "Creating a simple bridge using a pair of point2point/distance constraints. You may click and drag any plank to see the bridge respond.", ET_BridgeCreateFunc),
|
ExampleEntry(1,"Simple Bridge", "Creating a simple bridge using a pair of point2point/distance constraints. You may click and drag any plank to see the bridge respond.", ET_BridgeCreateFunc),
|
||||||
|
ExampleEntry(1,"Inclined Plane","Drop some boxes on an inclined plane",ET_InclinedPlaneCreateFunc),
|
||||||
|
ExampleEntry(1,"Multi Pendulum","Create a multi pendulum",ET_MultiPendulumCreateFunc),
|
||||||
|
ExampleEntry(1,"Newtonian Pendulum","Create a newtonian pendulum",ET_NewtonianPendulumCreateFunc),
|
||||||
|
|
||||||
//todo: create a category/tutorial about advanced topics, such as optimizations, using different collision detection algorithm, different constraint solvers etc.
|
//todo: create a category/tutorial about advanced topics, such as optimizations, using different collision detection algorithm, different constraint solvers etc.
|
||||||
//ExampleEntry(0,"Advanced"),
|
//ExampleEntry(0,"Advanced"),
|
||||||
|
|||||||
Reference in New Issue
Block a user