diff options
| author | erwincoumans <erwin.coumans@gmail.com> | 2022-03-07 15:38:32 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-07 15:38:32 -0800 |
| commit | 3df6e1a72173340833e1e6ddd8b5cf1dc400e651 (patch) | |
| tree | 1a17b7d5c292dfff62b5dee6e1056af7c6312fc4 /examples/ExampleBrowser/ExampleEntries.cpp | |
| parent | a8e1ce8273e102d3222954b151fe4067658df7d6 (diff) | |
| download | bullet3-revert-4069-master.tar.gz | |
Revert "Reduced Deformable Model"revert-4069-master
Diffstat (limited to 'examples/ExampleBrowser/ExampleEntries.cpp')
| -rw-r--r-- | examples/ExampleBrowser/ExampleEntries.cpp | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/examples/ExampleBrowser/ExampleEntries.cpp b/examples/ExampleBrowser/ExampleEntries.cpp index 715a4396d..6d147f0d8 100644 --- a/examples/ExampleBrowser/ExampleEntries.cpp +++ b/examples/ExampleBrowser/ExampleEntries.cpp @@ -73,15 +73,6 @@ #include "../RoboticsLearning/R2D2GraspExample.h" #include "../RoboticsLearning/KukaGraspExample.h" #include "../RoboticsLearning/GripperGraspExample.h" -#include "../ReducedDeformableDemo/ConservationTest.h" -#include "../ReducedDeformableDemo/ModeVisualizer.h" -#include "../ReducedDeformableDemo/Springboard.h" -#include "../ReducedDeformableDemo/FreeFall.h" -#include "../ReducedDeformableDemo/FrictionSlope.h" -#include "../ReducedDeformableDemo/ReducedCollide.h" -#include "../ReducedDeformableDemo/ReducedGrasp.h" -#include "../ReducedDeformableDemo/ReducedMotorGrasp.h" -#include "../ReducedDeformableDemo/ReducedBenchmark.h" #include "../InverseKinematics/InverseKinematicsExample.h" #ifdef B3_ENABLE_TINY_AUDIO @@ -225,18 +216,6 @@ static ExampleEntry gDefaultExamples[] = ExampleEntry(1, "Multibody Cloth Anchor", "Deformable Multibody Anchor test", MultibodyClothAnchorCreateFunc), ExampleEntry(1, "Deformable-MultiBody Contact", "MultiBody and Deformable contact", DeformableMultibodyCreateFunc), // ExampleEntry(1, "MultiBody Baseline", "MultiBody Baseline", MultiBodyBaselineCreateFunc), - - ExampleEntry(0, "Reduced Deformabe Body"), - ExampleEntry(1, "Mode Visualizer", "Visualizer the modes for reduced deformable objects", ReducedModeVisualizerCreateFunc), - ExampleEntry(1, "Reduced Conservation Test", "Momentum conservation test for the reduced deformable objects", ReducedConservationTestCreateFunc), - ExampleEntry(1, "Reduced Springboard", "Moving rigid object colliding with a fixed reduced deformable objects", ReducedSpringboardCreateFunc), - ExampleEntry(1, "Reduced Free Fall", "Free fall ground contact test for the reduced deformable model", ReducedFreeFallCreateFunc), - ExampleEntry(1, "Reduced Collision Test", "Collision between a reduced block and the a rigid block", ReducedCollideCreateFunc), - ExampleEntry(1, "Reduced Grasp", "Grasp a reduced deformable block", ReducedGraspCreateFunc), - ExampleEntry(1, "Reduced Motor Grasp", "Grasp a reduced deformable block with motor", ReducedMotorGraspCreateFunc), - ExampleEntry(1, "Reduced Friction Slope", "Grasp a reduced deformable block", FrictionSlopeCreateFunc), - ExampleEntry(1, "Reduced Benchmark", "Reduced deformable performance benchmark example", ReducedBenchmarkCreateFunc), - // ExampleEntry(1, "Simple Reduced Deformable Test", "Simple dynamics test for the reduced deformable objects", ReducedBasicTestCreateFunc), #ifdef INCLUDE_CLOTH_DEMOS ExampleEntry(0, "Soft Body"), |
