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

大约有 282 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0053 秒)

21. Test类继承 Laya.Sprite 然后重写render方法,如何将一个RGBA图像绘制到画布里面 [ 81%]

Test类继承 Laya.Sprite 然后重写render方法,如何将一个RGBA图像绘制到画布里面 代码如如下: class Test extends Laya.Sprite{ render(context: laya.renders.RenderContext, x: number, y: number){ context.putImageData(null,100,100); } } 但是 putImageData 方法不存在,要...

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

22. UI里增加了list,里面加了render图片,加了滚动条 [ 80%]

UI里增加了list,里面加了render图片,加了滚动条 UI里增加了list,里面加了render图片,加了滚动条,预览的时候,这个list不能滚动,点击没有任何反应  注:代码里没有写东西  X.Y的数量是 5 和  10  超过LIST的边界了 附件 : --> 2...

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

23. laya.d3.core.render.BloomEffect_API3.0 [ 80%]

...Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/render/BloomEffect" BloomEffect Class BloomEffect BloomEffect 类用于创建泛光效果。 Hierarchy PostProcessEffect BloomEffect Index Constructors constructor Properties clamp color dirtTexture fastMode Accessors active ...

来源: Laya3.0_api 发布时间: 20231102

24. 关于Texture的nv [ 80%]

...能否再调用Texture.createFromTexture创建新纹理 请问layabox支持render texture么? layaAir的位图字体fnt可以兼容 egret 的 texture merger工具生成的fnt吗? panel内容较多时 真机上报错larger than MAX_TEXTURE_SIZE (4096) webgl模式下,Texture绘制出现内存泄...

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

25. 统计信息 · LayaAir3.4 · 引擎文档 · LAYABOX [ 80%]

...览3. Module Time(模块耗时)3.1 Frame Time(T_Frame_Time)3.2 All Render 3D(T_AllRender3D)3.3 Depth Pass(T_DepthPass)3.4 Shadow Pass(T_ShadowPass)3.5 3D Main Pass(T_3DMainPass)3.6 3D Context Pre(T_3DContextPre)3.7 3D Context Render(T_3DContextRender)3.8 3D Main Pass ...

来源: Laya3.0_文档 发布时间: 20260128

26. 获取相机renderTexture 作为阴影 的UV [ 79%]

获取相机renderTexture 作为阴影 的UV 已知:使用正交相机生成阴影贴图,顶底着色器中a_Position, 有个plane接受相机生成的阴影,通过阴影相机计算矩阵乘a_Position获取阴影UV, 混合渲染在plane上   顶点着色器:  #if defined(_RECEIVESHA...

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

27. 关于微信小游戏渲染子域图的问题 [ 79%]

... (http://127.0.0.1:10656/game/js/bundle.js:8101:15)     at Stage.__proto.render (http://127.0.0.1:10656/game/js/bundle.js:24593:14)     at Stage.__proto._loop (http://127.0.0.1:10656/game/js/bundle.js:24517:8)     at loop (http://127.0.0.1:10656/game/js/bundle.js:8383:15)   说是Texture类va...

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

28. 请问这个WebGL警告是怎么回事? [ 79%]

...ange [.Offscreen-For-WebGL-00000000098F0810]GL ERROR :GL_INVALID_VALUE : glRenderbufferStorage: dimensions too large index.html:1 [.Offscreen-For-WebGL-00000000098F0810]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glClear: framebuffer incomplete index.html:1 [.Offscreen-For-WebGL-00000000098F0810]GL...

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

29. ArrayBuffer如何转为Texture? [ 79%]

...os和android,sprite上设置texture没有作用了。 请问layabox支持render texture么? texture中的UV中有8个值,这8个值都指的什么呢 怎么修改Texture的颜色 问题状态 最新活动: 2017-12-08 09:25 浏览: 869 关注: 2 人

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

30. texture中的UV中有8个值,这8个值都指的什么呢 [ 79%]

...能否再调用Texture.createFromTexture创建新纹理 请问layabox支持render texture么? 关于Texture的nv layaAir的位图字体fnt可以兼容 egret 的 texture merger工具生成的fnt吗? panel内容较多时 真机上报错larger than MAX_TEXTURE_SIZE (4096) webgl模式下,Texture...

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