大约有 297 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0043 秒)
...调用Loader.clearRes函数清除纹理图集的时候,好像无法删除Texture的显存,因为Texture中的destroy函数的判断条件(this.bitmap).referenceCount>0这个判断一直不成立,referenceCount一直为0,是我用错了还是引擎bug? 2018-04-18 添加评论 免费帖 -->...
来源: Laya_社区 发布时间: 20180418
...合集中的话可以在资源预加载后添加以下两行代码: var texture:Texture = Laya.loader.getRes(e.url); texture.bitmap.enableMerageInAtlas = false; 2017-10-31 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 FearWood 相...
来源: Laya_社区 发布时间: 20171031
分享:Sprite 转换成3D贴图(Texture2D)的方法,如果有更好的方法,请告诉我。 因为要用到的贴图并不是固定的,所以有这样的需求,之前问过,不过暂时没有结果:https://ask.layabox.com/question/5622 看不太懂官方的源码,所以用...
来源: Laya_社区 发布时间: 20170718
... this.renderTargetCamera.renderTarget = new RenderTexture(Laya.stage.width, Laya.stage.height); //渲染顺序 this.renderTargetCamera.renderingOrder = -1; //清除标记 this.r...
来源: Laya_社区 发布时间: 20200529
...复 专注前端三十年 赞同来自: 无雨之地 解决方法,设置Texture2D的filterMode (texture.bitmap as Laya.Texture2D).filterMode = Laya.BaseTexture.FILTERMODE_POINT; 那么问题来了,如何设置所有的默认是这个值呢 2020-12-10 1 0 分享 微博 QZONE 微信 专注前...
来源: Laya_社区 发布时间: 20201201
...t laya.events.Event; import laya.resource.HTMLCanvas; import laya.resource.Texture; import laya.utils.Browser; import laya.utils.Stat; public class LayaAirDemo { private var sp:Sprite ;//被截屏对象 private var htmlC:HTMLCanvas;//保存截屏后返回的HtmlCanvas对象 private var texture:Textu...
来源: Laya_社区 发布时间: 20170822
...ndow.conch.convertBitmapToPng(data, 640, 1136); var cc = new laya.resource.Texture(data); ss.source = cc; // Laya.stage.addChild(sp);//添加到舞台 } function errorHandler(url) { gbx.log("2222222222222222") } } ss 是一个image, data 已经下载到了 在native下,怎么画出来 2018-02-0...
来源: Laya_社区 发布时间: 20180201
...d variable: window stack Error: asBitmap no size! 微信真机下游戏MAX_TEXTURE_SIZE FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory Cannot read property 'call' of undefined 请...
来源: Laya_社区 发布时间: 20190329
...562299196用户 打开bin/laya.ui.js找到function WXOpenDataViewer把this.texture的实例化放到onEnable里面,在onDisable加一句this.texture.bitmap.destroy(); 2019-07-10 1 0 分享 微博 QZONE 微信 1562299196用户 赞同来自: 请问下怎么解决的 2019-07-10 0 0 分享 微博 Q...
来源: Laya_社区 发布时间: 20190703
...获取Animation对象的frames属性,通过修改_one[0],赋值新的Texture对象即可实现,如下图: 最近出LayaRuntime包,发现在这个Runtime下,Animatin每一帧的数据是在_cmds中,并且cmds中不是Texture对象,而是HtmlImageElement对象。 现在的问题就...
来源: Laya_社区 发布时间: 20180716