fix mouse joint, draw center of mass, cleanup

This commit is contained in:
Irlan Robson
2017-01-14 01:37:01 -02:00
parent 7d0f06fea2
commit 7586781fad
12 changed files with 56 additions and 69 deletions

View File

@ -103,7 +103,7 @@ public:
hull.m_hull = &m_cylinderHull;
b3ShapeDef sdef;
sdef.density = 0.2f;
sdef.density = 1.0f;
sdef.friction = 0.3f;
sdef.shape = &hull;