大约有 2,479 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0067 秒)
Laya_社区(2000) Laya3.0_api(129) Laya2.0_文档(109) laya_api(84) Laya2.0_api(82) Laya_示例(36) Laya3.0_文档(24) Laya2.0_示例(15)
...自动更新缓存,只能通过调用reCache方法手动刷新。Sprite texture : Texture设置一个Texture实例,并显示此图片(如果之前有其他绘制,则会被清除掉)。等同于graphics.clear();graphics.drawTexture()Sprite timer : Timer时间控制器,默认为Laya.time...
来源: laya_api 发布时间: 20170422
...hTerrainSprite3D.createFromMeshAndHeightMap(terrain.meshFilter.sharedMesh, texture, 45.58879852294922, -45.58879852294922); //报错:Cannot read property 'width' of undefinedDemo见附件。 附件 : --> test.rar 2017-06-01 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相...
来源: Laya_社区 发布时间: 20170601
...e的skiskin片目前是最方便的做法,你也可以通过graphics.drawTexture,替换图片之前,将旧的texture移除即可graphics.clear()! 2017-09-20 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 xfx7788 相关问题 2.0...
来源: Laya_社区 发布时间: 20170920
..., 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 warning: texSubImage2D: This operation requires zeroing texture data. This is slow. 2018-09-19 0 0 ...
来源: Laya_社区 发布时间: 20180918
...生成文字贴给模型材质时只有背景颜色生效 如图所示,Texture在精灵内是显示正常的,贴在材质上就只剩下背景颜色了 var te: Laya.Label = new Laya.Label("test"); te.fontSize = 200; te.color = "#000000"; te.bgColor = "#d90f0b"; jm.albedoTexture = te.size(50...
来源: Laya_社区 发布时间: 20190724
...生成控制 其他属性的关键帧 (skin 和 y) 另 GraphicNode和Texture节点是可以正常的添加所有属性的关键帧的 附件 : --> 2018-03-19 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 q...
来源: Laya_社区 发布时间: 20180319
...来自: 2.0.0版本下 已经解决这个问题 修改 laya.core.js var Texture 对象里 __proto.destroy=function(){ if (!this._destroyed){ this._destroyed=true; if (this.bitmap){ this.bitmap._removeReference(this._referenceCount); if (this.bitmap.referenceCount===0){ this.bitmap.destroy(); // co...
来源: Laya_社区 发布时间: 20190320
...Materials/Materials.lmat") as Laya.UnlitMaterial; var unlitTexture:Laya.Texture2D = Laya.Loader.getRes("Images/BG_PopWindow.png") as Laya.Texture2D; material.albedoTexture = unlitTexture; this.unit3D.meshRenderer.material = material; 附件 : --> 2019-09-07 添加评论 免费帖 -->...
来源: Laya_社区 发布时间: 20190907
...中使用的材质为PBR材质,原因应该是由于机型不支持OES_texture_float(浮点纹理)或者OES_texture_float_linear(浮点纹理线性采样)扩展导致的,可以在出现问题的机型上控制台打印下Laya.LayaGL.renderEngine._supportCapatable._extensionMap这个里面的内...
来源: Laya_社区 发布时间: 20230630
... Laya.Sprite(); // 创建一个用于存放位图数组的临时精灵 let texture = Laya.loader.getRes(options.srcPath+options.srcName+".png"); // 读取图集生成大切片 let textureIns = Laya.Texture.create(texture, aniProps.res[aniProps.mc[options.srcName].frames[i].res].x, aniProps.res[aniPr...
来源: Laya_社区 发布时间: 20190215