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

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

71. 3D模型旋转定位问题 [ 56%]

...build/warehouse1/warehouse1.lh"); scene.addChild(modelSprite); modelSprite.transform.rotate(new Laya.Vector3(0, 90, 0), false, false);无法实现旋转效果 也不会报任何错误,打断点是确定这个modelSprite是sprite3D对象 附件上传了我的工程文件。   如果是使用Laya.l...

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

72. laya2.0如何设置父子关系和解除父子关系? [ 55%]

...19-03-13 11:14 unity里可以用GetComponent<Rigidbody>().velocity = transform.forward * 力度,但laya找不到velocity这个属性啊 内涵tv何吓吓 • 2019-03-13 17:46 @Daze:getComxxx(Laya.Rigidbody).applyForceToCenter({x:0,y:1}),这是2D的物理。如果你是3D的话,我就不...

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

73. 使用mask后,只要调用 Laya.Resource.destroyUnusedResources() 就会引起报错 [ 55%]

...derSprite3D.__proto._childs (laya.core.js:6201) at RenderSprite3D.__proto._transform (laya.webgl.js:6758) at Stage.__proto.render (laya.core.js:15680) at Stage.__proto.render (laya.core.js:18616) at Stage.__proto._loop (laya.core.js:18546) at loop (laya.core.js:5449) 对于这个问题的出现表...

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

74. 3D场景销毁后,仍有引用存在,内存中场景及引用其的对象无法销毁 [ 54%]

...     this.camera = new Laya.Camera();         this.camera.transform.translate(new Laya.Vector3(0, 2, 5));         this.camera.transform.rotate(new Laya.Vector3(-30, 0, 0), true, false);          this.scene.addChild(this.camera);         Laya.loader.cr...

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

75. Laya截图3D场景相关模型,导致模型透视! [ 54%]

...cene()); var camera = scene.addChild(new Laya.Camera(0, 0.1, 100)); camera.transform.position = new Laya.Vector3(0, 0, 10); camera.transform.rotate(new Laya.Vector3(0, 180, 0), true, false); camera.orthographic = true; camera.orthographicVerticalSize = 5; this.effRes = Laya.Sprite3D.load(resUrl); th...

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

76. laya加载unity插件导出的场景 physics3D is not a function [ 51%]

...; //加载到场景 scene.addChild(camera); //移动摄像机位置 camera.transform.position=new Laya.Vector3(-8, 4, 15); //旋转摄像机角度 camera.transform.rotate(new Laya.Vector3( -8, -25, 0), true, false); })); } } 2018-12-27 0 1 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: Seekers ...

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

77. U3D导出模型和动画,动画无法正常播放,预览也没有,载入场景资源提示:this._cacheAnimationNode没有Transfrom [ 48%]

...制导出场景,并加载后提示: TypeError: Cannot read property 'transform' of undefined laya.d3.js:41839 at SkinnedMeshRenderer.__proto._computeSubSkinnedData (file:///C:/LayaPro/LayaAnimator/bin/libs/laya.d3.js:41839:62)   at SkinnedMeshRenderer.__proto._computeSkinnedData (file:///C:/Lay...

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

78. U3D导出模型和动画,动画无法正常播放,预览也没有,载入场景资源提示:this._cacheAnimationNode没有Transfrom [ 48%]

...制导出场景,并加载后提示: TypeError: Cannot read property 'transform' of undefined laya.d3.js:41839 at SkinnedMeshRenderer.__proto._computeSubSkinnedData (file:///C:/LayaPro/LayaAnimator/bin/libs/laya.d3.js:41839:62)   at SkinnedMeshRenderer.__proto._computeSkinnedData (file:///C:/Lay...

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

79. 3D中如何限制角色的行走区域? [ 44%]

...s Mesh, texture, minHeight, maxHeight);               terrainSprite.transform.worldMatrix = meshSprite3D.transform.worldMatrix;         角色行走时获取高度:               var mheight:Number = terrainSprite.getHeight(x, z);               //mheight即为当前角色...

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

80. LayaAir3D UnityPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) [ 22%]

...        也就是Unity中包含以下组件的节点:         1. Transform       2. MeshFilter         3. MeshRenderer      4. SkinnedMeshRenderer          5. Animation       6. Animator (新)    7. Terrain                  8. ParticleSystem(使用须知)    ...

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