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

大约有 731 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0043 秒)

441. sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale [ 47%]

...2 这是我写的一个解决方案,同理可以修改成控制scale 和 rotation  2018-07-06 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 demibug 相关问题 Layabox 2.0 bate5 运行编译之后 bundle.js 文件里面没有使用...

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

442. meshRender修改材质问题 [ 47%]

...rehouse1/warehouse1.lh"); scene.addChild(warehouse1); warehouse1.transform.rotate(new Laya.Vector3(0, 90, 0), false, false); warehouse1.transform.translate(new Laya.Vector3(0,0,0),false); warehouseMeshSprite3D1= warehouse1.getChildAt(0).getChildByName("Mesh1"); var material = warehouseMeshSprite3D1....

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

443. 教学文档永恒之光的动画例子,运行效果与例子不符合 [ 47%]

...); camera.transform.translate(new Laya.Vector3(0, 2, 4)); camera.transform.rotate(new Laya.Vector3( -15, 0, 0), true, false); scene.addChild(Laya.Sprite3D.load("../../../../../../../res/resourse/particle/ETF_Eternal_Light.lh")); //此处为控制台的输出 Warning!,this class[MiniAdpter] already ...

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

444. unity里导出的骨骼动画无法读取 [ 47%]

...te(new Vector3(0, 3, 3));                 camera.transform.rotate(new Vector3( -30, 0, 0), true, false);                 camera.clearColor = null;                 //添加方向光                 var directionLight:DirectionLight = sce...

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

445. qq玩一玩 问题 [ 47%]

...00, 2001);       camera.fieldOfView = 20;       camera.transform.rotate(new Laya.Vector3(0,180,0),true,false);       var skyBox:Laya.SkyBox=new Laya.SkyBox();       camera.clearFlag= Laya.BaseCamera.CLEARFLAG_SKY;   camera.viewport.project(pos, camera.projectionViewMatrix, outPos...

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

446. 从Unity中编辑并导出摄像机(TypeScript-3D基础(TS)-LayaAir3D之Camera) [ 47%]

...性 Transform选择组件。可以调整摄像机的**Position**位置,**Rotation**选择和**Scale**缩放。 #### 摄像机属性 ##### Clear Flags 清除标志 支持项包括Skybox天空盒、Solid Color纯色、Depth only仅深度、Don’t Clear不清除 ##### Background背景, 在没有...

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

447. MissingMethodException: Method not found: 'UnityEngine.LightmapData.get_lightmapColor'. [ 47%]

...xception: Method not found: 'UnityEngine.ParticleSystem.MainModule.get_flipRotation'. LayaExport.DataManager.getComponentsData (UnityEngine.GameObject gameObject, .JSONObject node, .JSONObject child, Vector3 position, Quaternion rotation, Vector3 scale, System.String& goPath)   2018-10-29 0 0 ...

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

448. laya阴影问题 [ 47%]

...e3D.addChild(cardOne); cardOne.transform.position = pos; cardOne.transform.rotate(new Laya.Vector3(0,0,0), false, false); if(index == 0){ cardOne.meshRenderer.receiveShadow = true; }else{ var unlitMat = new Laya.PBRStandardMaterial(); var texture: Laya.Texture2D = Laya.loader.getRes("Reference/cardt...

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

449. Unity导出报错KeyNotFoundException: The given key was not present in the dictionary. [ 47%]

...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_社区 发布时间: 20180308

450. 求助。。。。新版unity转换工具导出的animator还是左手坐标系,但是游戏中是右手坐标系 [ 47%]

...,转成右手了,但是旋转还是有问题,你们导出的结果,rotation的x 和z都要取复数,然后如果是镜头动画的话y还要再加上180。也可能是我转换的不对吧。。。总之我现在按照这个方法得出的结果是正确的。javascript:;。。 183*****755...

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