fix gripper in pinch example
This commit is contained in:
@@ -87,7 +87,7 @@ public:
|
|||||||
void createGrip()
|
void createGrip()
|
||||||
{
|
{
|
||||||
int count = 2;
|
int count = 2;
|
||||||
float mass = 2;
|
float mass = 1e6;
|
||||||
btCollisionShape* shape[] = {
|
btCollisionShape* shape[] = {
|
||||||
new btBoxShape(btVector3(3, 3, 0.5)),
|
new btBoxShape(btVector3(3, 3, 0.5)),
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user