chandlerprall / GoblinPhysics

Collision Detection & Response in JavaScript
http://www.goblinphysics.com
Other
147 stars 18 forks source link

An Objects does not behave as expected if its mass gets changed from Infinity to a numeric value #36

Closed MrTrustworthy closed 9 years ago

MrTrustworthy commented 9 years ago

An Objects does not behave as expected if its mass gets changed from Infinity to a numeric value.

Observed behaviour: after changing the mass, the object behaves like it has a angular factor of (0/0/0). Setting the angular factor to a different value manually does not change the outcome.

Might also apply if the mass changes from a numeric value to another numeric value.