LayaAir加载3d物体
2019-11-07 本文已影响0人
沉麟
LayaAir加载3d物体必须要用3d场景承接,不然会报空
let scene = new Laya.Scene3D();
Laya.stage.addChild(scene);
this._container3d = new Sprite3D();
scene.addChild(this._container3d);
LayaAir加载3d物体必须要用3d场景承接,不然会报空
let scene = new Laya.Scene3D();
Laya.stage.addChild(scene);
this._container3d = new Sprite3D();
scene.addChild(this._container3d);