How to correctly rotate an inclined object?
I want to rotate this inclined steering wheel, see image. Thanks in advance for everyone who tries to help
rotating-help.png
(26.3 kB)
Comment
Code
volante.transform.rotation = Quaternion.Lerp(volante.transform.rotation,transform.rotation Quaternion.Euler(rotAtualDireita*1.72,0,0),1.35);//-*
Your answer
