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

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

131. 发光滤镜二次渲染bug [ 52%]

...le.releaseContext();                     this._cacheStyle.releaseFilterCache();                     if (this._cacheStyle.hasGlowFilter) {                         this._cacheStyle.hasGlowFilter = false;                     }                 }      ...

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

132. 用ts写代码 能用npm包吗 还有es6语法 [ 52%]

...:11 浏览: 2031 关注: 2 人 zhishaofei3 • 2017-09-25 14:17 用import {filter} from 'lodash' 然后报错啊 "exports is not defined" zengjoeng • 2017-11-15 09:17 我也是这个问题。我把.proto发布的时候使传参数-w es6 ,再用import就不报错了。然而运行起来...

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

133. 滤镜功能是否可以把一张彩色图片完全做成单色的,看不到原来的图案,比如全灰 [ 51%]

... 赞同来自: https://layaair.ldc.layabox.com/demo/?category=2d&group=Filters&name=Color 你参考下这个文档案例@@! 2018-05-14 0 0 分享 微博 QZONE 微信 嘿哈 赞同来自: 解决了,只调整倒数第二位就可以比如这样 [ 0, 0, 0, 0.4, 0, 0, 0, 0, 0.4, 0, 0, 0, 0, ...

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

134. 2.0版本,Particle2D is not a constructor [ 51%]

...锁定, 无法添加新回复 发起人 king514jy 相关问题 使用GlowFilter的时候报错: GlowFilter is not a constructor Particle2D无法直接拖拽到场景中使用,望解决 Laya.GlowFilter is not a constructor 求让Particle2D的粒子能从最开始的地方播放的方法!! new...

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

135. 提交内存泄露的bug demo [ 50%]

...存泄露的bug demo 如题, 另外使用反向遮罩,以及使用颜色filter以及创建Scene3d然后destroy也会产生内存泄露,如果需要,我可以加上demo。 注:demo里面的测试是每帧调用,只是为了放大泄露的效果,不影响真实情况 附件 : --> memoryBug...

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

136. Label设置了isHtml后使用html格式有问题 [ 50%]

...置移了,还是看不见后面几个字符,继续找原因中   html.filters = [new GlowFilter("#000000",1,1,1),new GlowFilter("#000000",2,-1,-1)]; 滤镜取消就可以了,是为什么原因呀?谢谢   (上面一句话)滤镜取消我原来设置的描边宽度效果就没有了 2017-01...

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

137. session获取不到 [ 50%]

...ajax的方式请求吗? vincent • 2017-03-18 12:19 我用springMVC和filter两种方式去做拦截,发现也是一样的 vincent • 2017-03-18 12:58 我后台有加解跨域问题代码response.addHeader("Access-Control-Allow-Origin", "*"); response.addHeader("Access...

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

138. Laya下的图片上传示例(完整版) [ 50%]

...Laya.Browser.document.createElement("img"); //设置file样式 file.style="filter:alpha(opacity=0);opacity:0;width:200px;height:100px;background:url(b1.png) no-repeat center;cursor:pointer;"; file.type ="file";//设置类型是file类型。 file.size ="30"; file.accept="image/png/jpg";//设置文件...

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

139. LayaAir如何用JS运行物理引擎的Demo [ 49%]

...入了 laya.core.js,laya.wxmini.js,laya.webgl.js,laya.ani.js,laya.filter.js,laya.html.js,laya.particle.js,laya.tiledmap.js,laya.ui.js 然后我在下面接着引入了matter.js,matter-RenderLaya.js和demo的代码,结果报了上面的错 qian • 2018-03-07 13:41 你根据代码...

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

140. 微信web页面贴图无法加载 [ 49%]

...0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering. WebGL: too many errors, no more errors will be reported to the console for this context. 但是在同一台手机上的qq浏览器、chrome上都是好的 这个是不是因为贴图太大了内存不够?有什...

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