• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 720 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0042 秒)

421. 官方DynamicBatchTest照做为什么动态合不了批? [ 49%]

...mera.transform.translate(new Laya.Vector3(0, 6.2, 10.5)); camera.transform.rotate(new Laya.Vector3(-40, 0, 0), true, false); camera.addComponent(CameraMoveScript);   Laya.Texture2D.load("res/threeDimen/layabox.png", Laya.Handler.create(this, function (tex) { var radius = new Laya.Vector3(0, 0, 1); ...

来源: Laya_社区 发布时间: 20191112

422. 3d下阴影渲染问题求解 [ 49%]

...2.png"); // var box = boxSys.object3d; parent.addChild(box); box.transform.rotate(new Laya.Vector3(0, 45, 0), false, false); box.transform.localPosition = new Laya.Vector3((i-5)*boxSize*1.1,0,j*boxSize*1.1-1); var material = new Laya.StandardMaterial(); material.diffuseTexture = Laya.Texture2D.load(...

来源: Laya_社区 发布时间: 20180117

423. 场景环境反射(TypeScript-3D基础(TS)-LayaAir3D之场景渲染配置) [ 49%]

...teapot.transform.position = new Laya.Vector3(0, 1.75, 2); teapot.transform.rotate(new Laya.Vector3(-90, 0, 0), false, false); })); //加载纹理 Laya.Texture2D.load("res/threeDimen/pbr/jinshu.jpg", Laya.Handler.create(null, function(tex) { //实例PBR材质 var pbrMat = new Laya.PBRStandardMaterial...

来源: Laya2.0_文档 发布时间: 20210715

424. 1.5.4_beta,动画播放完毕的监视器很大概率会不起作用了 [ 48%]

...ame = this.mWeaponCfg.mName + "_" + anaimaname;         this.mAnimaCur.rotation = this.mAngle;         this.mAnimaCur.play(0, loop, fullname);         if (anaimaname == WEAPON_ANIMA_FIRE)         {             this.mAnimaCur.once(laya.events.Event.COMPLETE, this, this.onFireAni...

来源: Laya_社区 发布时间: 20161205

425. 场景环境反射(JavaScript-3D基础(JS)-LayaAir3D之场景渲染配置) [ 48%]

...teapot.transform.position = new Laya.Vector3(0, 1.75, 2); teapot.transform.rotate(new Laya.Vector3(-90, 0, 0), false, false); })); //实例PBR材质 var pbrMat = new Laya.PBRStandardMaterial(); //开启该材质的反射 pbrMat.enableReflection = true; //设置材质的金属度,尽量高点,反...

来源: Laya2.0_文档 发布时间: 20210715

426. layaAir2.3克隆以及获取节点重大bug!!! [ 48%]

...ransform.scale = new Laya.Vector3(10,10,10)         a.transform.rotate(new Laya.Vector3(0, 90, 0), false, false);              scene.addChild(a);       2020-01-08 0 1 分享 微博 QZONE 微信 139*****427 赞同来自: 这种图一的就是可以直接取节点克隆...

来源: Laya_社区 发布时间: 20200107

427. 通过PrimitiveMesh创建简单Mesh(ActionScript-3D基础(AS3)-LayaAir3D之模型和网格) [ 48%]

...ite3D; box.transform.position = new Vector3(2.0, 0.25, 0.6); box.transform.rotate(new Vector3(0, 45, 0), false, false); //球体 var sphere:MeshSprite3D = sprite3D.addChild(new MeshSprite3D(PrimitiveMesh.createSphere(0.25, 20, 20))) as MeshSprite3D; sphere.transform.position = new Vector3(1.0, 0.25,...

来源: Laya2.0_文档 发布时间: 20210715

428. 3d场景下面有张2d的图片,当鼠标焦点不在该网页时,2d图片为啥会闪动 [ 48%]

...ranslate(new Vector3(0, 0.25, 0.6));             camera.transform.rotate(new Vector3(-30,0,0),true,false);             var map:Sprite3D = Sprite3D.load("3d/zhuoZi/ZhuoZi.lh");             map.transform.localScale = new Vector3(0.1, 0.1, 0.1);             scene.add...

来源: Laya_社区 发布时间: 20170314

429. 资源导出出错,怎么解 [ 48%]

...eObject, .JSONObject node, .JSONObject child, Vector3 position, Quaternion rotation, Vector3 scale, System.String& goPath) LayaExport.DataManager.getGameObjectData (UnityEngine.GameObject gameObject, System.String gameObjectPath, .JSONObject parentsChildNodes, Boolean ignoreNullChild) LayaExport...

来源: Laya_社区 发布时间: 20171206

430. as中BoxCollider引入了,但是运行的时候还是提示null [ 48%]

...3D.load("model/warehouse/warehouse.lh")) as Sprite3D; warehouse1.transform.rotate(new Laya.Vector3(0, 0, 0), false, false); warehouse1.transform.translate(new Laya.Vector3(-25,0,0),false); var warehouseMeshSprite3D1 :MeshSprite3D = warehouse1.getChildAt(0).getChildByName("Mesh1") as MeshSprite3D; //...

来源: Laya_社区 发布时间: 20171220