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

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

171. 为什么rotation、scale赋值了不管用? [ 66%]

为什么rotation、scale赋值了不管用? 我创建了一个Sprite3D: this.role3D = Laya.MeshSprite3D.load("3d/ben/Export.lh") this.role3D.transform.scale = new Laya.Vector3(0.5,0.5,0.5); this.role3D.transform.position = new Laya.Vector3(0,20,0); 以上的scale、position设置均不起作...

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

172. 1.7.17beta,微信小游戏Unity导出资源加载问题 [ 66%]

...= "https://www.youyegame.cn/h5/LayaBat/"; var zombie = scene.addChild(Laya.Sprite3D.load("nvmushi.lh")); 2018-03-13 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 yek_theone 赞同来自: 附件中: laya.zip 为...

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

173. 【初学者】导入模型进行旋转结果出现问题 [ 66%]

...ction = new Laya.Vector3(1, -1, 0); //添加自定义模型 var box : Laya.Sprite3D = scene.addChild(Laya.Sprite3D.load("res/Scene.lh")) as Laya.Sprite3D; box.transform.rotate(new Laya.Vector3(0, 0, 0), false, false); //旋转方向与角度设置 var vect:Laya.Vector3 = new Laya.Vector3(1,0,0); //...

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

174. laya.d3.core.MeshSprite3D_API3.0 [ 66%]

...ected All Inherited Externals Only exported Menu Globals "laya/d3/core/MeshSprite3D" MeshSprite3D Class MeshSprite3D MeshSprite3D 类用于创建网格。 Hierarchy RenderableSprite3D MeshSprite3D Index Constructors constructor Properties _extra _scene _url name tag LIGHTMAP LIGHTMAPSCALEOFFSET LIGH...

来源: Laya3.0_api 发布时间: 20231115

175. laya.d3.core.trail.TrailSprite3D_API3.0 [ 66%]

...ll Inherited Externals Only exported Menu Globals "laya/d3/core/trail/TrailSprite3D" TrailSprite3D Class TrailSprite3D TrailSprite3D 类用于创建拖尾渲染精灵。 Hierarchy RenderableSprite3D TrailSprite3D Index Constructors constructor Properties _extra _scene _url name tag LIGHTMAP LIGHTMAP...

来源: Laya3.0_api 发布时间: 20231115

176. 请教3D插件设置,导出的ls加载失败 [ 66%]

...3 关注: 2 人 chrysanthemum • 2018-04-17 16:30 报错的信息是"Sprite3D: The .lh file root type must be Sprite3D,please use other function to load this file.",说明要求的是加载一个.lh文件,但是用Scene导出的却是一个.ls文件 w1114367261 • 2018-04-17 16:47 ...

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

177. 调用动画结束on方法,报错this.zombieAnimator.on is not a function [ 66%]

...报错this.zombieAnimator.on is not a function 创建官方示例3D Laya.Sprite3D.load("res/threeDimen/skinModel/Zombie/Zombie.lh", Laya.Handler.create(this, function(zombie:Laya.Sprite3D):void { scene.addChild(zombie); this.zombieAnimator = (zombie.getChildAt(0) as Laya.Sprite3D).getComponent(Laya....

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

178. laya.d3.core.MeshTerrainSprite3D_API3.0 [ 66%]

...ll Inherited Externals Only exported Menu Globals "laya/d3/core/MeshTerrainSprite3D" MeshTerrainSprite3D Class MeshTerrainSprite3D TerrainMeshSprite3D 类用于地形节点转换普通mesh渲染。 Hierarchy MeshSprite3D MeshTerrainSprite3D Index Constructors constructor Properties _extra _scene _ur...

来源: Laya3.0_api 发布时间: 20231102

179. [LayaAir3]从3.0.9开始纹理对象再次使用,会出现闪烁 [ 66%]

...tyPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale LayaAirIDE下如何使用mask? 纹理平铺怎么做 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 编译调试启...

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

180. 3D怎么使用canvas渲染,无论怎么看都是webgl [ 66%]

...ya.Vector3( -15, 0, 0), true, false); var layaMonkey = scene.addChild(Laya.Sprite3D.load("../../res/threeDimen/skinModel/LayaMonkey/LayaMonkey.lh")); alert(Laya.Render.isWebGL) 2018-06-14 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链...

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