Bounce between two exact points
I've just been playing around physics codes for a while but i wonder if its possible to make an object bounce between 2 exact points. For example i want a ball to bounce from point A (x=10, y=0, z=0) and land exactly on point B (x=40, y=0, z=0).
Comment
Best Answer
Answer by Kay86X · Apr 29, 2020 at 07:13 PM
Okay, i totally forgot about this but I stumbled upon a solution here => Math problem. For anyone who might need it.
Your answer
Follow this Question
Related Questions
Trying to figure out how to properly use my CircleCast Detection in my 2D Prototype 0 Answers
How to pick up an object in hand e.g. a bat C# 0 Answers
Objects wont stop bouncing if they fall. 0 Answers
Object refuses to collide 0 Answers
Why is my trigger collider acting like a normal collider? 1 Answer