unity, eulerAngle
生活随笔
收集整理的這篇文章主要介紹了
unity, eulerAngle
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
unity中歐拉角規定如下:
A rotation that rotates euler.z degrees around the z axis, euler.x degrees around the x axis, and euler.y degrees around the y axis (in that order).
另外注意繞z、繞x、繞y軸旋轉,都是在父空間中進行的。
總結
以上是生活随笔為你收集整理的unity, eulerAngle的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 二分查找算法(递归与非递归两种方式)
- 下一篇: function 与 + - !~