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

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

2571. unity导出模型在laya加载报错 [ 41%]

...not read property 'props' of undefined preload.js:55 at Function.Laya3D._getSprite3DHierarchyInnerUrls (file:///E:/svn/210/h5engine/trunk/laya/mytalkingtom_demo/bin/libs/laya.d3.js:17679:17)   at Loader.Laya3D._onHierarchylhLoaded (file:///E:/svn/210/h5engine/trunk/laya/mytalkingtom_demo/bin/libs/l...

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

2572. LayaAir开发笔记(1)五十音图连连看 [ 41%]

....display.Text(); title.text = g_game_title; title.font = "Arial"; title.fontSize = 50; title.stroke = 2; title.strokeColor = "Black"; title.pos(g_stat_width / 2 - title.width / 2, 40); Laya.stage.addChild(title); // 设定版权信息 var copyright = new laya.display.Text(); copyright.text = "Copyri...

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

2573. StaticModel_MeshSample例子运行不起来 [ 41%]

...a3D is not defined 个人环境: layaAIR   1.5.4beta nodejs    v7.2.0 tsc      version 2.0.10   采用TS开发,index.html配置如下<body> <!-- Protobuf --> <!--<script type="text/javascript" src="libs/bytebuffer.js"></script> <script type="text/javascript" ...

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

2574. [0]Spine3.8.75报错:Error: Unsupported skeleton data, please export with a newer version of Spine. [ 41%]

...先登录 发起人 wrecking 相关问题 请问2.0的版本开始,我用ts编写的相关内容,都要使用import和export吗? Laya2.0 WebGl模式,使用 drawToCanvas 报错 ImageData is not defined? 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to m...

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

2575. unity中的模型导出后在laya中显示不正常 [ 41%]

...资源释放问题 laya开发的3d跑酷 自定义场景类导出layaMaxUI.ts有前缀导致报错 LayaAir3D 导出和使用U3D粒子特效 问题状态 最新活动: 2017-08-28 15:32 浏览: 4759 关注: 4 人 Supermang42 • 2017-08-28 14:12 問題一;攝影機是要在 LayaBox 裡調整的,...

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

2576. 分享:图集资源做位图文本的工具类(知道fontclip组件的可以略过了,之前一直没注意到这个组件) [ 41%]

...his.chars, BPFont.fontPool); } /** * 获取一个字体对象 */ private getSprite(): Laya.Sprite { let sp = BPFont.fontPool.shift() || new Laya.Sprite(); return sp; } /** * 创建位图文本 * @param v */ private createFnt(v: string): void { this.clearFnt(); this.createChars(v); } /** * 创建字...

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

2577. h5 游戏在ios15更新以后出现了显示显示问题 [ 41%]

...aya 程序开发人员 求高人分享使用protobuff框架的游戏demo(TS版本或AS版本的) 问题状态 最新活动: 2021-09-27 19:50 浏览: 4394 关注: 3 人 Laya_XS • 2021-09-24 12:04 你先在初始化引擎之前执行下: Config.isAntialias = true; Config.useWebGL2 = false; 来...

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

2578. 写了个边缘光的自定义shader,有很多问题,帮忙看一下 [ 40%]

...l.js function CustomMaterial() { CustomMaterial.__super.call(this); this.setShaderName("CustomShader"); } Laya.class(CustomMaterial, "CustomMaterial", Laya.BaseMaterial); CustomMaterial.DIFFUSETEXTURE = 1; CustomMaterial.prototype.getDiffuseTexture = function () { return this._getTexture(CustomMater...

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

2579. texture2D的setPixel纹理rgba数据之后会随着窗口的缩放,渐变成黑色 [ 40%]

...,但没渲染出。 tiledmap缩放时地图位置错乱 1.7.5 LayaAir.d.ts缺少新的缩放 Laya270bete ,带刚体模型运动中缩放后被强制复位到0 缩放scale ,对象位置被重置 问题状态 最新活动: 2022-08-22 18:02 浏览: 7207 关注: 2 人

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

2580. LayaAir3D 导出和使用U3D粒子特效 [ 40%]

...ion -> Enabled UV Channels -> Nothing, Everything, UV1, UV2, UV3 Lights Trails 2016-12-19 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 9 个回复 cuixueying 赞同来自: wangchuanjin 谢谢! 2016-12-19 1 1 分享 ...

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