#hi does anyone know how to make this ball bouncing system ?
1 messages · Page 1 of 1 (latest)
just increase elasticity propery
property
and it also seems like the gravity is a little higher than usual
might wanna tweak that
wont work i tryed
lemme try
it seems to work
maybe i dont get it
what exactly is the thing that you are looking for
in the video
the ball bouncing bro 🙏
@normal ocean I know how to mathematically and conceptually do it if that helps
Yea pls
- Create a raycast that consistently checks the ball's height
- store maximum height that the ball went
- When the ball hits the ground, make it go back up by the maximum height of the ball but only 80% of it (max_height*.8)
- repeat step 1 - 3 recursively till the height is basically negligable then stop
I will try my best,bro
Il send you result if I succeed
I believe in myself
Believe in the me that belives in you
Sure