diff --git a/examples/DeformableDemo/Pinch.cpp b/examples/DeformableDemo/Pinch.cpp index df0964447..44e5f4e5f 100644 --- a/examples/DeformableDemo/Pinch.cpp +++ b/examples/DeformableDemo/Pinch.cpp @@ -87,7 +87,7 @@ public: void createGrip() { int count = 2; - float mass = 2; + float mass = 1e6; btCollisionShape* shape[] = { new btBoxShape(btVector3(3, 3, 0.5)), };