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

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

31. 下面这段unity碰撞代码如何用laya2.0物理引擎实现 [ 65%]

...at newImpulsePercent, float impulseForce) {     Vector3 a = base.transform.position - collision.gameObject.transform.position;     float num = -(newImpulsePercent * impulseForce / 100f);     num = Mathf.Clamp(num, -impulseForce, impulseForce);     a.Normalize();  ...

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

32. 3D坐标系转换 [ 65%]

3D坐标系转换 Laya.Vector3.transformCoordinate(worldPos, this.owner.transform.localMatrix, this._tempPos); 我想将一个世界坐标转换到某个Sprite3D的本地坐标,上面这种写法,的出来的结果不对,所以问下应该怎么转换 2018-07-19 添加评论 免费帖 --> 分...

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

33. laya2.0 3D刚体碰撞穿透问题求解??? [ 65%]

...释掉了 不过今天了解到一个原因 就是我的移动是直接用transform的 而不是用线速度等 Laya_Aaron • 2019-06-24 15:59 @炒粉。:需要用速度控制的,transform这种手动操作不行的。

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

34. camera.addComponent(CameraMoveScript)报错 [ 65%]

...// 加载到场景 scene.addChild(camera); // 移动摄像机位置 camera.transform.position = new Laya.Vector3(0, 5, 23); // 旋转摄像机角度 camera.transform.rotate(new Laya.Vector3(-17, 0, 0), false); // 设置摄像机视野范围(角度) camera.fieldOfView = 50; // 设置背景颜色 ...

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

35. 2d项目RenderSprite3D出错,laya1.7.16 [ 64%]

...lds (http://xxxx/game/bin/h5/Main.m ... 576:46) at RenderSprite3D.__proto._transform (http://xxxx/game/bin/h5/Main.m ... 336:16) 2018-03-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 qian 赞同来自: 这个...

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

36. unity导出的场景.ls加载到laya3d中报错 [ 64%]

...; //加载到场景 scene.addChild(camera); //移动摄像机位置 camera.transform.position=new Laya.Vector3(-8, 4, 15); //旋转摄像机角度 camera.transform.rotate(new Laya.Vector3( -8, -25, 0), true, false); } } new LayaAir3D();   2017-10-17 0 0 分享 微博 QZONE 微信 Monica - 知识达...

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

37. 3D场景中背景无法透明,版本2.7.1 [ 64%]

...相机 var camera = (scene.addChild(new Laya.Camera(0, 0.1, 100))); camera.transform.translate(new Laya.Vector3(0, 3, 3)); camera.transform.rotate(new Laya.Vector3(-30, 0, 0), true, false); camera.clearColor=null; //添加方向光 var directionLight = scene.addChild(new Laya.DirectionLight()); dire...

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

38. 动画混合问题,Avatar动画混合报错. [ 63%]

...RO; Laya.Vector3.normalize(dir,norDir); console.log(norDir); //this.sprite.transform.translate(norDir,false); // let position = Laya.Vector3.ZERO; // Laya.Vector3.add(this.sprite.transform.position,norDir,position) // this.sprite.transform.position = position; this.sprite.transform.localPositionX +=...

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

39. LayaAir2.0载入从Unity导出的场景报错 [ 63%]

...动画的模型出现就会报错了   TypeError: Cannot read property 'transform' of undefined laya.d3.js:39072 at SkinnedMeshRenderer.__proto._computeSubSkinnedData (/Users/wuhao/dev2019/moba/moba/bin/libs/laya.d3.js:39072:62)   at SkinnedMeshRenderer.__proto._computeSkinnedData (/Users/wuhao/de...

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

40. 把场景中的对像删除,就会报错 [ 63%]

... (Main.max.js?r0.22069932534774384:33147)     at RenderSprite3D.__proto._transform (Main.max.js?r0.22069932534774384:53206)     at Stage.__proto.render (Main.max.js?r0.22069932534774384:54362) 附件 : --> 2017-09-13 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 ...

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