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

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

351. 请问使用图集打包工具时如何设置图片间距? [ 71%]

...de='lighter' 图片异常 使用钢体设置防穿后仍有几率会穿透 Texture图片能否进行翻转? 图集打包找不到图集文件 matter中layasprite怎么改变图片大小? 如何通过命令行工具构建和发布项目 IDE1.7.8 json图集加载问题 问题状态 最新活动: 2...

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

352. 跳转场景后laya.core.js就报Cannot read property 'width' of null的错误 [ 71%]

...promise) TypeError: Cannot read property 'width' of null     at Function.Texture._create (laya.core.js:15946)     at Texture.__proto._onLoaded (laya.core.js:15750)     at EventHandler.__proto.runWith (laya.core.js:1410)     at ResInfo.__proto.event (laya.core.js:1166)     at LoaderManager....

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

353. 使用高度图的时候 Cannot read property 'width' of undefined [ 71%]

...hTerrainSprite3D.createFromMeshAndHeightMap(terrain.meshFilter.sharedMesh, texture, 45.58879852294922, -45.58879852294922); //报错:Cannot read property 'width' of undefinedDemo见附件。   附件 : --> test.rar 2017-06-01 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相...

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

354. 在渲染时会报_getSource为undefined [ 71%]

...自: Laya_Fred 、Laya_Yan 已经找到了问题,同一个资源创建了texture2d和texture导致 2021-12-01 2 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题目前已经被锁定, 无法添加新回复 发起人 张嘉俊 相关问题 List 组件列表渲染异常...

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

355. ios打包后【单机版】运行崩溃,附上报错log与demo [ 71%]

...07 13:33:42.747450+0800 sanguo[777:557379]  getExtension WEBGL_compressed_texture_s3tc Â∞öÊú™ÊîØÊåÅ 2019-01-07 13:33:42.747689+0800 sanguo[777:557379]  getExtension WEBKIT_WEBGL_compressed_texture_s3tc Â∞öÊú™ÊîØÊåÅ 2019-01-07 13:33:42.747810+0800 sanguo[777:557379]  ge...

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

356. 创建材质(ActionScript-3D基础(AS3)-LayaAir3D之Material材质) [ 71%]

...//创建材质 var material:BlinnPhongMaterial = new BlinnPhongMaterial(); Texture2D.load("res/layabox.png", Handler.create(this, function(tex:Texture2D):void { //纹理加载完成后赋值 material.albedoTexture = tex; })); //将材质赋值给自定义模型 box.meshRenderer.material = material; ...

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

357. TypeError: Cannot set property 'material' of undefined [ 71%]

...Materials/Materials.lmat") as Laya.UnlitMaterial;         var unlitTexture:Laya.Texture2D = Laya.Loader.getRes("Images/BG_PopWindow.png") as Laya.Texture2D; material.albedoTexture = unlitTexture; this.unit3D.meshRenderer.material = material; 附件 : --> 2019-09-07 添加评论 免费帖 -->...

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

358. 百度小游戏的5M本地包与动态资源加载(TypeScript-小游戏适配文档-百度小游戏) [ 70%]

...本地路径,比如示例中引用的就是本地路径, ```json Laya.Texture2D.load("res/layabox.png"); ``` 如果项目的目录中,全部大小加起来不超过5M的话,只要能找到本地的资源,怎么写也没问题。 但是, 百度小游戏的本地包有5M的限制,一旦...

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

359. laya2.6阴影,在微信小游戏真机上不显示 [ 70%]

...  感谢反馈,手机端微信小游戏不支持webgl2以及WEBGL_depth_texture这个扩展,导致阴影无法绘制 所有平台 都应该是支持WEBGL_depth_texture这个扩展的,但是微信的支持有问题我们已经反馈给微信了 这不是我们能解决的问题 2020-03-26 0 0 ...

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

360. 打包到apk后Animation.createFrames方法返回数据集出错 [ 70%]

.../" + value + "/DaiJi.json" , "DaiJi"); var frame:Graphics = frames[0]; var texture:Texture = frame._one[0]; frame值获取为空,但是在网页中获取正常,不知道是什么原因。 2017-03-29 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内...

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