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

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

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. 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

4. 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

5. 火狐浏览器上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

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

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

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

7. 分享: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

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

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

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

9. hBox使用问题 [ 87%]

...nction onAssetLoaded():void { for(var i:int=0;i<picAy.length;i++) { var texture:Texture= Loader.getRes(picAy); var ape:Sprite = new Sprite; //ape.x=i*(stageWidth/4) //Tween.to(ape, { x : i*(stageWidth/4) },1500,Ease.sineOut); var bl:Number=texture.width/texture.height ape.graphics.drawTexture(tex...

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

10. WebGL报错文本显示有问题时会出现[.WebGL-0000000013F60010] GL_INVALID_VALUE: Offset overflows texture dimensions. [ 86%]

...时会出现[.WebGL-0000000013F60010] GL_INVALID_VALUE: Offset overflows texture dimensions. 2020-09-01 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 为什么被折叠? 0 个回复被折叠 要回复问题请先...

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