2016-07-31 |

空间内一物体绕球面固定点(0、1、2)按照固定

A
B
C
D
答案:
解释:
 public float Speed = 1;
 void Update ()
 {
  transform.RotateAround (new Vector3(0,1,2),Vector3.up,Speed);
 }

发表评论

    评价:
    验证码: 点击我更换图片
    最新评论