大约有 231 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0034 秒)
...数就是帧循环函数,函数内部调用render函数用于渲染当前context渲染上下文和更新逻辑。 这边主要的功能是:清空画布——提交渲染——更新逻辑。引擎内所有的计时器timer都是在这里更新的。其中super.render(context, x, y); 属于stage...
来源: Laya_社区 发布时间: 20200925
... I/art: at void android.webkit.WebView.<init>(android.content.Context, android.util.AttributeSet, int, int, java.util.Map, boolean) (WebView.java:636) 2019-07-22 18:03:33.840 27966-27966/com.lovegame.hk.hokbok I/art: at void android.webkit.WebView.<init>(android.content.Con...
来源: Laya_社区 发布时间: 20190722
... 我自己在IDE中用开发人员工具调试发现是因为canvas.getContext("webgl")不能正确获取Context导致的, gl=canvas.getContext(names,{stencil:Config.isStencil,alpha:Config.isAlpha,antialias:Config.isAntialias,premultipliedAlpha:Config.premultipliedAlpha,preserveDrawingBuffer:Co...
来源: Laya_社区 发布时间: 20181011
...: too many errors, no more errors will be reported to the console for this context. 但是在同一台手机上的qq浏览器、chrome上都是好的 这个是不是因为贴图太大了内存不够?有什么好的处理方法,或者有办法禁用Mipmap吗? 2018-03-30 添加评论 免费...
来源: Laya_社区 发布时间: 20180330
...:HTMLCanvas = HTMLCanvas.create("2D"); var context:RenderContext = new RenderContext(canvasWidth, canvasHeight, canvas); context.ctx.setCanvasType(1); conchModel.drawToCanvas(canvas.source, offsetX, offse...
来源: Laya_社区 发布时间: 20180626
...vas.size(width, height); Browser.canvas.clear(); Browser.context.drawTexture(this, -x, -y, this.width, this.height, 0, 0); var info:* = Browser.context.getImageData(0, 0, width, height); } return info.data; } 这个方法在打包APP后就会报错,错误是...
来源: Laya_社区 发布时间: 20171030
...读写 下面是我写的代码(简写) var open=wx.getOpenDataContext().canvas var bc=Laya.Render.Context bc.drawImage(open,0,0) drawImage是微信里带的方法 这么写会报错 如果微信的方法不行 那laya有没有相关方法呢 附件 : --> 2018-04-06 添加评论 ...
来源: Laya_社区 发布时间: 20180406
...毁没有回收入池导致mesh池异常 在2.3.0版本laya.core.js中的Context._releaseMem方法里,直接对meshlist中的对象进行了销毁而没有做回池处理,而其他两处均作了是否复用回池的判断而唯独这里没有,这导致了MeshQuadTexture._POOL、MeshTexture._P...
来源: Laya_社区 发布时间: 20191127
...信 周小虎 赞同来自: Error: WebGL warning: Exceeded 16 live WebGL contexts for this principal, losing the least recently used one. Error: WebGL warning: texSubImage2D: Texture has not been initialized prior to a partial upload, forcing the browser to clear it. This may be slow. Error: WebGL w...
来源: Laya_社区 发布时间: 20180918
...: too many errors, no more errors will be reported to the console for this context. 2017-09-29 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 183*****755 赞同来自: 请附上简单示例和资源文件 2017-09-...
来源: Laya_社区 发布时间: 20170929