planck.js
planck.js copied to clipboard
Bodies do not rotate on collisions unless density is specified in fixture definition
Is this a feature or a bug? If it is a feature, it should be documented. What is the default density if it is not specified?
This was already mentioned in Box2D documentation that dynamic body needs density, it is ported here.
We probably can improve docs and make it more clear.