用Unity3D C#的方式來看的話就像這樣. Quaternion facing = /* whatever */; Vector3 myForward = facing * Vector3.forward; Vector3 myRight = facing * ...
確定! 回上一頁