大约有 7 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0025 秒)
...tomMaterial.prototype.getDiffuseTexture = function () { return this._getTexture(CustomMaterial.DIFFUSETEXTURE); } CustomMaterial.prototype.setDiffuseTexture = function (value) { this._setTexture(CustomMaterial.DIFFUSETEXTURE,value); } CustomMaterial.prototype.getNormalTexture = functi...
来源: Laya_社区 发布时间: 20170526
...0f0b"; jm.albedoTexture = te.size(500, 500).drawToCanvas(500, 500, 0, 0).getTexture() 附件 : --> 2019-07-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 kura 赞同来自: 已经解决了,原先设置textu...
来源: Laya_社区 发布时间: 20190724
HTMLCanvas截屏后保存成texture问题 通过:htmlCanvas.getTexture()获得的纹理,给sprite后,舞台上看不到。只有两个打印信息 EXT:webgl support OES_vertex_array_object! RenderTexture: unkonw depth format. 附件 : --> 2019-07-15 添加评论 免费帖 --> 分享 微博 ...
来源: Laya_社区 发布时间: 20190715
...(0,__proto,'texture',function(){ return this._shaderValues.getTexture(1); },function(value){ debugger; if (value) this._defineDatas.add(laya.d3.core.material.EffectMaterial.SHADERDEFINE_MAINTEXTURE); ...
来源: Laya_社区 发布时间: 20181128
...纹理。类似于如下的代码: var texture : Texture = Game.assets.getTexture( "perlin_noise" ); 8. 其它LayaFlash 2D内必须要遵守的程序规则或转换规则。 2015-12-08 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 hal...
来源: Laya_社区 发布时间: 20151208
...yData){ var tName=this.currDisplayData.name; this.currTexture=this.templet.getTexture(tName); if (this.currTexture && Render.isWebGL && this.currDisplayData.type==0 && this.currDisplayData.uvs){ this.currTexture=this.currDisplayData.createTexture(this.currTexture); } } }else ...
来源: Laya_社区 发布时间: 20180106
...1; CustomMaterial.prototype.getDiffuseTexture = function () { return this._getTexture(CustomMaterial.DIFFUSETEXTURE); } CustomMaterial.prototype.setDiffuseTexture = function (value) { this._setTexture(CustomMaterial.DIFFUSETEXTURE,value); } 2017-05-26 1 0 分享 微博 QZONE 微信 ebaww ...
来源: Laya_社区 发布时间: 20170524