dart
dart copied to clipboard
Bouncing velocity threshold dependent on gravity and time step
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.
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.