Hi All.
Can you recommend some bunching animation technique? I’m not really happy with a simple formula.
const bounce = Math.sin(progress * Math.PI * 5) * bounceIntensity * (1 - progress);
dice.position.z = Math.abs(bounce);
Example here - https://diceroll.win/