大约有 46 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0031 秒)
...同的模型, 帧率正常在60 fps左右 看起来像是saved render batches出现问题了。 附件 : --> 2019-09-21 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 15 个回复 NilZ 赞同来自: layabox 经过...
来源: Laya_社区 发布时间: 20190921
...owser.clientHeight); //console.log("Render.canvas.width",Render.canvas.width,Render.canvas.height); } }) } 大致代码是这样,canvas width,是用一个定时器在html页...
来源: Laya_社区 发布时间: 20190514
...鸟,自己动手处理了。 1.tiledmap中的MapLayer复写了Sprite的render方法,使用了自己的_showGridList顺序,这样在调整zorder时是调整不到的__proto.render=function(context,x,y){ var childs=this._childs; this._childs=this._showGridList; _super.prototype.render.call(this,...
来源: Laya_社区 发布时间: 20180412
...对应的代码位置是在code.js的Laya.init方法: if (!Render.isConchNode && !WebGL.enable()){ alert("Laya3D init error,must support webGL!"); return; } 这个应该是引擎自动生成的代码吧,应该如何解...
来源: Laya_社区 发布时间: 20180620
... 与内容相关的链接 提交 1 个回复 大饼干 赞同来自: /** * Renders the quad */ render() { this.gl.useProgram(this.program); this.gl.bindBuffer(Laya.WebGLContext.ARRAY_BUFFER, this.vertexPositionBuffer); this.gl.enableVertexAttribArray(this.vertexPositionAttribute); this.gl.vertexAttr...
来源: Laya_社区 发布时间: 20180726
...er.context.drawImage(wxMgr.getOpenDataCanvas(), 0, 0); // console.log(laya.renders.RenderContext); // laya.renders.RenderContext.ctx.drawImage(wxMgr.getOpenDataCanvas(), 0, 0); 2018-04-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链...
来源: Laya_社区 发布时间: 20180426
...esources/app/out/vs/layaEditor/h5/laya.js:8978:14) at Stage.__proto.render (file:///D:/LayaAirIDE/resources/app/out/vs/layaEditor/h5/laya.js:59101:16) at Stage.__proto.render (file:///D:/LayaAirIDE/resources/app/out/vs/layaEditor/h5/layabuilder.max.js:17102:44) at Stage.__proto....
来源: Laya_社区 发布时间: 20191108
...尾提供重置方法 TrailFilter resetGeometry(){ var render = this._owner._render; var element = render._renderElements[0]._geometry; element && element.resetGeometry() } TrailGeometry resetGeometry(){ var count=this._endIndex; for (var i=this._activeIn...
来源: Laya_社区 发布时间: 20191017
...Shader预编译解决方案 ver2.5.0 {laya.d3.js} 源码分析 BaseRender.material : Laya.Material material._shaderValues : Laya.ShaderData material._shaderValues._defineDatas :Laya.DefineDatas 参考接口 _render(context) { ... this._material._shaderValues._de...
来源: Laya_社区 发布时间: 20200606
...yaAir3D/LayaShader/LayaShader/ShaderGUI里的cs脚本 比如:UnityEngine.Rendering.RenderQueue不存在 所以是有Unity版本的最低要求吗?5.3.4f1不兼容? 2017-12-27 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 ...
来源: Laya_社区 发布时间: 20171227