- Home /
 
Radius and angle of Vector3.Slerp motion arc
Hello. I want to move my character from one point to another in a given time. Using Vector3.Slerp between two points and then projecting it on the normal between two points works well. But it kinda looks unrealistic because character can reach unrealistic speeds. The problem with lerp is it is always constant speed. I want to mix lerp and slerp but for this but I need to know the properties of the arc slerp creates. Like radius and angle. Any help?
Look up the definition for Slerp and you can answer your own question :)
Your answer
 
             Follow this Question
Related Questions
rotating road gameobject towards mouse position 1 Answer
Alien Swarm Control with Mecanim 0 Answers
Vector3.lerp teleporting instead of lerp? 2 Answers
Vector3.Slerp - is there a way to force an arc? 0 Answers
C# to Jacascript 1 Answer