大约有 80 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0038 秒)
....stage.addChild(this.scene); this.scene.addChild(this.camera); this.camera.transform.translate(new Laya.Vector3(0, 3.5, 1)); this.camera.transform.rotate(new Laya.Vector3(-15, 0, 0), true, false); //3.清除照相机颜色 this.camera.clearColor = null; this.directionLight = new Laya.DirectionLight(...
来源: Laya_社区 发布时间: 20200903
...; //加载到场景 scene.addChild(camera); //移动摄像机位置 camera.transform.position=new Laya.Vector3(-8, 4, 15); //旋转摄像机角度 camera.transform.rotate(new Laya.Vector3( -8, -25, 0), true, false); })) } return Main; } ()); Main(); laya2.0的3d尝试,新人,看不懂这是...
来源: Laya_社区 发布时间: 20180919
...Error: Cannot read property 'props' of undefined TrailSprite3D的ALIGNMENT_TRANSFORM_Z模式和ALIGNMENT_VIEW模式有什么区别? 问题状态 最新活动: 2017-02-26 14:05 浏览: 1186 关注: 2 人
来源: Laya_社区 发布时间: 20170226
...化照相机 var camera = scene.addChild(new Camera()) as Camera; camera.transform.position = new Vector3(0, 3, 3); camera.transform.rotate(new Vector3( -45, 0, 0), true, false); camera.addComponent(CameraMoveScript); // 生成平面,其实是一个box,只不过高度很小,可看成一个平...
来源: Laya_社区 发布时间: 20170314
...rShape后onUpdate移动,destroy会报错“Cannot read property 'getWorldTransform' of null” 发射时生成子弹: onFire() { if (this.isFire) { Laya.Mesh.load("fly2/fly3-bullet.lm", Laya.Handler.create(this, function (m) { let bullet = new Laya.MeshSprite3D(m); this.Sn.addChild(bullet); bull...
来源: Laya_社区 发布时间: 20190308
...rojects/Study/three/bin/h5/Main.max.js:6529:45) at RenderSprite3D.__proto._transform (file:///D:/Projects/Study/three/bin/h5/Main.max.js:20706:15) at Stage.__proto.render (file:///D:/Projects/Study/three/bin/h5/Main.max.js:21868:42) at Stage.__proto.render (file:///D:/Projects/Study/three/bin/h5/Mai...
来源: Laya_社区 发布时间: 20180405
... if (this._cacheRootBone){ this._cacheRootBone.transform.off(/*laya.events.Event.TRANSFORM_CHANGED*/"transformchanged",this,this._boundChange); 这里的this._cacheRootBone非空,但是上面transform是空的 这个精灵是 SkinnedMeshRenderer绑定的RootBone的...
来源: Laya_社区 发布时间: 20191015
...._renderAll (http://192.168.1.11/slider/lib ... 243668) at d.g.transform_drawLayaGL [as _fun] (http://192.168.1.11/slider/libs/laya.core.js:1:8243) at f.t.render (http://192.168.1.11/slider/lib ... 378119) at d.g.transform_drawN 2019-08-21 0 2 分享 微博 QZONE ...
来源: Laya_社区 发布时间: 20190821
...._renderAll (http://192.168.1.11/slider/lib ... 243668) at d.g.transform_drawLayaGL [as _fun] (http://192.168.1.11/slider/libs/laya.core.js:1:8243) at f.t.render (http://192.168.1.11/slider/lib ... 378119) at d.g.transform_drawN 附件里面包含demo和导出...
来源: Laya_社区 发布时间: 20190823
加载prefab的代码编译失败,提示“Property 'transform' does not exist on type 'Node'” 我从unity工程导出prefab到layaair中使用,根据文档中的介绍,使用如下代码加载prefab资源, Laya.Sprite3D.load("res/prefabs/Conventional/SampleScene.lh", Laya...
来源: Laya_社区 发布时间: 20211009