Question by
gabilua · May 08, 2017 at 04:07 PM ·
rotationquaternionslerporbit
Nonlinear movement from A to B
I need to make a pseudo-orbit where objects move from a fixed A position to a fixed B position, maintaining a distance from a center point C. I don't believe I can use a Slerp Quaternion Rotation because the distance between A and the center C and B and the center C may be different, so a perfect sphere is not possible. Can Slerp Quaternion Rotation begin in a radius value and finish in another?
Comment
Your answer
Follow this Question
Related Questions
Mobile Gyroscope, make Camera always rotating towards zero point using Quaternion 2 Answers
[Solved] Smooth rotation with keydown 2 Answers
Rotate on Transform.localeulerAngels smoothly 0 Answers
Can't really grasp how to keep my player level on X and Z while using LookRotation 0 Answers
How to use Quaternion.Slerp with transform.LookAt? 3 Answers