how can I stop bouncing ?
jasonshow
Member Posts: 71
I got a ball and a floor,and set gravity of Y.
when ball drop down to floor,the ball will bounce forever,never stop!
(I'v set the maxspeed)
I want the ball bouncing (3 or 6 times),but not forever,how can I do this ?
thanks a lot.
when ball drop down to floor,the ball will bounce forever,never stop!
(I'v set the maxspeed)
I want the ball bouncing (3 or 6 times),but not forever,how can I do this ?
thanks a lot.
Comments
If restitution is 1 the ball bounces to the original position.
If restitution is between 1.1 and 2.0 then the ball will bounce higher than where it started from.