mirror of
https://github.com/bulletphysics/bullet3
synced 2025-01-19 05:20:06 +00:00
fix gripper in pinch example
This commit is contained in:
parent
12653f9f19
commit
69a02302aa
@ -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)),
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user