summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXuchen Han <xuchenhan@xuchenhan-macbookpro.roam.corp.google.com>2019-08-10 12:12:59 -0700
committerXuchen Han <xuchenhan@xuchenhan-macbookpro.roam.corp.google.com>2019-08-10 12:12:59 -0700
commit69a02302aa01c6e65975f302f4e115191cf01616 (patch)
treef1b49d616d41f33739d0f1b77412772800d04586
parent12653f9f191c1706d8cffd2dec93b1febc3edab3 (diff)
downloadbullet3-69a02302aa01c6e65975f302f4e115191cf01616.tar.gz
fix gripper in pinch example
-rw-r--r--examples/DeformableDemo/Pinch.cpp2
1 files changed, 1 insertions, 1 deletions
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)),
};