Hi All,
I cant't figure this one...
Say I have game object and I want to rotate it with the aid of Quaternion. Say that the quaternion named q. What is the difference between
transform.rotation = q;
and
transform.rotation *= q;
Thank u in advance
↧