Fix velocity constraints for ball joints involving bodies with non-uniform angular inertia.
Fix #86
This commit is contained in:
@@ -32,7 +32,7 @@ impl Capsule {
|
||||
base_color: color,
|
||||
gfx: node,
|
||||
collider,
|
||||
delta,
|
||||
delta: delta * capsule.transform_wrt_y(),
|
||||
};
|
||||
|
||||
res.gfx.set_color(color.x, color.y, color.z);
|
||||
|
||||
Reference in New Issue
Block a user