dart icon indicating copy to clipboard operation
dart copied to clipboard

Bouncing velocity threshold dependent on gravity and time step

Open jslee02 opened this issue 10 years ago • 1 comments

Bouncing velocity threshold is useful to prevent unstable box stacking when the restitution is non-zero. Currently, the value of it is a randomly picked constant. It would be good to make it as a function of gravity and time step like a * g * dt (a should be at least greater than 1). Also, need tests.

jslee02 avatar Mar 30 '15 03:03 jslee02

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Feb 13 '18 18:02 stale[bot]