大约有 4 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0020 秒)
worker如何使用 Laya.WorkerLoader.workerPath = "libs/worker.js"; //开启worker线程 Laya.WorkerLoader.enable = true; //加载引擎需要的资源 Laya.loader.load("res/atlas/comp.atlas", Laya.Handler.create(this, () => { alert("onLoaded!"); }), null, Laya.Loader.ATLAS, 1, true, null, false...
来源: Laya_社区 发布时间: 20190111
3D开启多线程报错 开启多线程后 Laya.WorkerLoader.workerPath="libs/worker.js"; Laya.WorkerLoader.enable=true; 加载导出的3D模型 Laya.Sprite3D.load("res/assets/LayaScene_guanyu/TestScene.lh"); 报错:laya.d3.js:37225 Uncaught TypeError: Failed to execute 'texImage2D' on 'Web...
来源: Laya_社区 发布时间: 20190323
...都会有这个问题。 代码里面打开worker的写法: Laya.WorkerLoader.workerPath = "libs/worker.js"; Laya.WorkerLoader.enable = true; 模型上传在附件 附件 : --> lh文件和模型文件.rar 2018-02-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相...
来源: Laya_社区 发布时间: 20180212
...同来自: 这个问题,我也遇到过了。然后我改了源代码。WorkerLoader里面 __proto.imageLoaded=function(data){ if (!data.dataType || data.dataType !="imageBitmap"){ this.event(data.url,null); return; };...
来源: Laya_社区 发布时间: 20171120