Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
Falling objects with different speed — Gideros Forum

Falling objects with different speed

DikkesnoekDikkesnoek Member
edited March 2014 in General questions
Hi,

I have a few objects falling from the sky. I tried to change different parameters
like density and friction.

fallingObjectBody:createFixture{shape = fallingObjectShape,
density = 1,
restitution = 0,
friction = 0.1}

Am I doing something wrong? I understand that normally
with no (air) resisistance all objects falling at the same speed. But how can I
change this that all objects are falling with a slightly different speed?

Thanks,

Marc

Comments

Sign In or Register to comment.