摘要:
1 Quaternion targetRotation = Quaternion.LookRotation(destPos - transform.position); 2 transform.rotation = Quaternion.Slerp(transform.rotation,targetRotation,Time.deltaTime*curRotSpeed); 阅读全文
posted @ 2017-08-08 09:23
千喜ya
阅读(230)
评论(0)
推荐(0)