标签:style blog http color io for 2014 ar
球 转动
按以下布局放置好unity3d的各个组件,设置好渲染、位置、光源、大小等
编写下面代码:
#pragma strict
function Start () {
this.Start();
}
function Update () {
this.transform.Rotate(1,1,-1);
}
效果如链接所示:
http://mygame.myhaspl.com/test1/test1.html
深入浅出游戏算法(4)-unity3d算法(1),布布扣,bubuko.com
标签:style blog http color io for 2014 ar
原文地址:http://blog.csdn.net/myhaspl/article/details/38495937