You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like Chipmunk has the concept of collision slop (see cpSpaceGet/SetCollisionSlop() in http://chipmunk-physics.net/release/ChipmunkLatest-Docs/) for turning this down… it seems to amount to 10% which in my case is quite high.
Would it be possible to expose this attribute to the Ruby gem?
Having access to cpSpaceGet/SetCollisionBias() could also be useful.
The text was updated successfully, but these errors were encountered:
It looks like Chipmunk has the concept of collision slop (see cpSpaceGet/SetCollisionSlop() in http://chipmunk-physics.net/release/ChipmunkLatest-Docs/) for turning this down… it seems to amount to 10% which in my case is quite high.
Would it be possible to expose this attribute to the Ruby gem?
Having access to cpSpaceGet/SetCollisionBias() could also be useful.
The text was updated successfully, but these errors were encountered: