laya 3d 中模型创建/旋转产生的问题
var cubeSp1 = Laya.Loader.getRes("res/LayaScene_UI Kit/Conventional/cube1.lh") this.c1 = Laya.Sprite3D.instantiate(cubeSp1, this._scene, false); this.c1.transform.position = new Laya.Vector3(0,2,2) this.c1.getComponent(Laya.Rigidb.