Skip to content

Commit

Permalink
remove 'Custom' multi body demo, it has no point on its own
Browse files Browse the repository at this point in the history
  • Loading branch information
erwincoumans committed Apr 29, 2015
1 parent f9b8120 commit fcb8410
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 313 deletions.
1 change: 0 additions & 1 deletion build3/premake4.lua
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@

include "../examples/HelloWorld"
include "../examples/BasicDemo"
include "../examples/MultiBody"



Expand Down
2 changes: 0 additions & 2 deletions examples/ExampleBrowser/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ SET(App_ExampleBrowser_SRCS
../MultiBody/TestJointTorqueSetup.h
../MultiBody/MultiDofDemo.cpp
../MultiBody/MultiDofDemo.h
../MultiBody/MultiBodyCustomURDFDemo.cpp
../MultiBody/MultiBodyCustomURDFDemo.h
../Constraints/ConstraintDemo.cpp
../Constraints/ConstraintDemo.h
../Constraints/Dof6Spring2Setup.cpp
Expand Down
2 changes: 0 additions & 2 deletions examples/ExampleBrowser/ExampleEntries.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#include "../Constraints/ConstraintPhysicsSetup.h"
#include "../MultiBody/TestJointTorqueSetup.h"
#include "../MultiBody/MultiDofDemo.h"
#include "../MultiBody/MultiBodyCustomURDFDemo.h"
#include "../VoronoiFracture/VoronoiFractureDemo.h"
#include "../SoftDemo/SoftDemo.h"
#include "../Constraints/ConstraintDemo.h"
Expand Down Expand Up @@ -68,7 +67,6 @@ static ExampleEntry gDefaultExamples[]=
ExampleEntry(0,"MultiBody"),
ExampleEntry(1,"MultiDofCreateFunc","Create a basic btMultiBody.", MultiDofCreateFunc),
ExampleEntry(1,"TestJointTorque","Apply a torque to a btMultiBody.", TestJointTorqueCreateFunc),
ExampleEntry(1,"Custom URDF","Load a URDF file to allow creation of custom data structures.", MultiBodyCustomURDFDemoCreateFunc),


#ifdef INCLUDE_CLOTH_DEMOS
Expand Down
1 change: 0 additions & 1 deletion examples/ExampleBrowser/premake4.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"../SoftDemo/*",
"../Constraints/*",
"../Vehicles/*",
"../MultiBody/MultiBodyCustomURDFDemo.cpp",
"../MultiBody/MultiDofDemo.cpp",
"../MultiBody/TestJointTorqueSetup.cpp",
"../ThirdPartyLibs/Wavefront/tiny_obj_loader.*",
Expand Down
56 changes: 0 additions & 56 deletions examples/MultiBody/CustomMultiBodyCreationCallback.h

This file was deleted.

148 changes: 0 additions & 148 deletions examples/MultiBody/MultiBodyCustomURDFDemo.cpp

This file was deleted.

20 changes: 0 additions & 20 deletions examples/MultiBody/MultiBodyCustomURDFDemo.h

This file was deleted.

43 changes: 0 additions & 43 deletions examples/MultiBody/main.cpp

This file was deleted.

40 changes: 0 additions & 40 deletions examples/MultiBody/premake4.lua

This file was deleted.

0 comments on commit fcb8410

Please sign in to comment.