UE4中变换的旋转属性
旋转属性有三个值分别是:Roll值、Pitch值、Yaw值
-
Roll值:
-
Pitch值:
-
Yaw值:
这三个值是相对于UE4的坐标系统而言的,其中, -
Roll是翻滚代表绕着X轴的旋转.(Rotate on camera’s direction vector)
-
Pitch是俯仰代表绕着Y轴旋转.(Rotate on the cross product of the other camera’s up and direction vectors)
-
Yaw是偏航代表绕着Z轴旋转.(Rotate on camera’s up vector)
此外,UE4的坐标系统如下图:
UE4的坐标系统使用左