Hey all, I’ve been playing around with this scenario and thought I’d ask the group at large for ideas on how to best accomplish this:
I need to move an object, say a ball, from point A to point B, but along an angle. Think of it as throwing a ball to another person - it has a natural angle about it as it leaves A in an upward motion and then moves toward B and arrives in a downward motion.
FYI, point B can/will not be the same location, distance, etc. from point A every time, but I’d like the movement to follow some type of curve to point B.
Is there a preferred way or function that anyone can recommend to make this easy on me? I’d prefer to start with a transition-based method to avoid any additional physics complexities, but I’m open to transition or physics-based methods - whichever works best.
Thanks for the help and ideas!