• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 276 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0042 秒)

1. LayaAir引擎之webGl之bindTexture: attempt to bind a deleted texture [ 100%]

LayaAir引擎之webGl之bindTexture: attempt to bind a deleted texture Main.max.js:30966 WebGL: INVALID_OPERATION: bindTexture: attempt to bind a deleted texture 源码为     WebGLContext.bindTexture=function(gl,target,texture){             gl.bindTexture(target,texture);        ...

来源: Laya_社区 发布时间: 20170114

2. VIP功能导出iOS资源,unity插件报 Error to compress texture [ 98%]

VIP功能导出iOS资源,unity插件报 Error to compress texture 使用最新laya版本的unity插件,assets platform选择ios,然后点击layaair export导出资源,会报Error to compress texture,打开导出的文件夹发现并没有生成.pvr文件,unity版本 2018.4.0f 2019-10-10...

来源: Laya_社区 发布时间: 20191010

3. 鼠标交互-Hold [ 93%]

... Sprite = Laya.Sprite; var Stage = Laya.Stage; var Event = Laya.Event; var Texture = Laya.Texture; var Browser = Laya.Browser; var Ease = Laya.Ease; var Handler = Laya.Handler; var Tween = Laya.Tween; var WebGL = Laya.WebGL; const HOLD_TRIGGER_TIME = 1000; const apePath = "../../res/apes/monkey2.png...

来源: Laya_示例 发布时间: 20241118

4. 鼠标交互-Hold [ 92%]

...nt = Laya.Event; this.ape = new Sprite(); this.ape.loadImage(apePath); let texture = Laya.loader.getRes(apePath); this.ape.pivot(texture.width / 2, texture.height / 2); this.ape.pos(Laya.stage.width / 2, Laya.stage.height / 2); this.ape.scale(0.8, 0.8); Laya.stage.addChild(this.ape); // 鼠标交互...

来源: Laya2.0_示例 发布时间: 20241118

5. Failed to execute 'texImage2D怎么处理? [ 92%]

Failed to execute 'texImage2D怎么处理? 我用 var _texture2d:Texture2D = new Texture2D(); _texture2d.onAsynLoaded(null, image); image是一个base64数据, 然后就报下面的错误 "Failed to execute 'texImage2D' on 'WebGLRenderingContext': No function was found that matched the signatur...

来源: Laya_社区 发布时间: 20180605

6. 3d做的游戏在ios真机能正常显示,但是在安卓手机却报错, [ 90%]

...示,但是在安卓手机却报错,  wxClient: LayaScene_Role/Assets/Texture/role.png?v=5: 未加载到该图片资源,请检查安装包或网络 wxClient: LayaScene_Role/Assets/Texture/Goingdown.png?v=5: 未加载到该图片资源,请检查安装包或网络 wxClient: LayaScene_Jump...

来源: Laya_社区 发布时间: 20180831

7. 火狐浏览器上webgl异常 [ 88%]

火狐浏览器上webgl异常 Error: WebGL: texSubImage2D: Texture has not been initialized prior to a partial upload, forcing the browser to clear it. This may be slow. async.race.0._hash.e3a9c451.js%20line%20297%20%3E%20eval:4:30925 Error: WebGL: texSubImage2D: This operation requires zeroing tex...

来源: Laya_社区 发布时间: 20171120

8. Texture2D.load监听完成 [ 88%]

Texture2D.load监听完成 我没找到这个方法如何进行监听加载完成,求指点,谢谢 2018-02-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 qian 赞同来自: 你想实现什么功能呢~ 201...

来源: Laya_社区 发布时间: 20180207

9. 分享:Graphics下cmds命令流的使用! [ 87%]

...te; import laya.maths.Matrix; import laya.net.Loader; import laya.resource.Texture; import laya.utils.Browser; import laya.utils.Handler; import laya.webgl.WebGL; public class GraCmdsDemo { public function GraCmdsDemo() { //初始化舞台 Laya.init(Browser.width,Browser.height,WebGL); //预加载...

来源: Laya_社区 发布时间: 20170519

10. Loader.clearRes(..., true); 强制释放图片后出现黑色 [ 87%]

... Monica - 知识达人 赞同来自: 1.7.12beta版本新增了一个clearTextureRes接口,如果你不确定之后是否会用到这张资源的话可以用Laya.loader.clearTextureRes("url")进行销毁。 关于clearTextureRes: 销毁Texture使用的图片资源,保留texture壳,如果下...

来源: Laya_社区 发布时间: 20171103