Quick Links: Download Gideros Studio | Gideros Documentation | Gideros community chat | DONATE
Objects with low velocity become sticky (box 2d). Can I set velocityThreshold? — Gideros Forum

Objects with low velocity become sticky (box 2d). Can I set velocityThreshold?

JeroenJeroen Member
edited April 2013 in General questions
Hi,

I'm making an air hockey like game. The issue I'm having is that the puck sticks to the walls if it moves slowly. In box2d there is a setting b2_velocityThreshold. The default appears to be 1, so any object moving slower than 1 m/s will collide inelastically, regardless of restitution.

So my question is, can I set b2_velocityThreshold in Gideros somewhere?

Thanks for any reply!
Jeroen

Comments

Sign In or Register to comment.