10491人加入学习
(62人评价)
AR系列教程 - Vuforia入门 ( Unity 2017.3 )

制作完成于2018-01-16

价格 免费

    transform.Translate (new Vector3 (0f, 0.7f, 0f) * Time.deltaTime);

//用来进行缓慢移动的操作

 

//生成初始位置时往y下移1.6
        GameObject Aixi = GameObject.Instantiate (AixiPrefab,transform .position -new Vector3 (0f,1.6f,0f), transform.rotation );
    //    Aixi.transform.position = this.transform.position;
        Aixi.transform.parent = this.transform;

 

//判断艾希是否已经到达纸面上

if (transform.localPosition.y > 0) {
            return;
        }

[展开全文]

授课教师

SIKI学院老师

课程特色

图文(1)
下载资料(1)
视频(24)

学员动态