Let's say I have 3 balls in a game: large, medium, small.
I want each of these balls to bounce to a maximum height (defined by me) but without bouncing at the top. Simply to arc naturally to the maximum height, then start falling again.
Is there a straightforward way to accomplish this?