Vector3?r?=?new?Vector3(-Input.GetAxis("Mouse?Y")?*?Time.deltaTime?*?rotateSpeed,
????????????????????????Input.GetAxis("Mouse?X")?*?Time.deltaTime?*?rotateSpeed);
transform.Rotate(r);
這個代碼實(shí)現(xiàn)了這個功能,唯一不足的是當(dāng)鼠標(biāo)水平滾動時他是繞著自身的Y軸旋轉(zhuǎn),
而想要的是繞世界坐標(biāo)Y軸旋轉(zhuǎn)
- 1 回答
- 1 關(guān)注
- 2809 瀏覽
添加回答
舉報
0/150
提交
取消