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

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

1. laya.d3.graphics.batch.RenderElementBatch_API3.0 [ 100%]

...ected All Inherited Externals Only exported Menu Globals "laya/d3/graphics/Batch/RenderElementBatch" RenderElementBatch Class RenderElementBatch Hierarchy RenderElementBatch Index Constructors constructor Properties instance Methods batch recoverData Constructors constructor new RenderElementBatch()...

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

2. laya.d3.graphics.batch.InstanceBatchManager_API3.0 [ 96%]

...ected All Inherited Externals Only exported Menu Globals "laya/d3/graphics/Batch/InstanceBatchManager" InstanceBatchManager Class InstanceBatchManager Hierarchy InstanceBatchManager Index Constructors constructor Methods getInstanceBatchOpaquaMark Constructors constructor new InstanceBatchManager():...

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

3. 3D性能优化 · LayaAir3.0文档 · LAYABOX [ 95%]

...成本1.2 降低渲染的GPU成本2.优化Draw Call3.GPU instance4.Dynamic Batch5.Static Batch6.Custom Static Batch(Static Batch Volume组件)3D性能优化 1.图形性能的基本认知 1.1 降低渲染的CPU成本 在渲染过程中,对CPU渲染时间影响时间最大的因素是将渲染指令...

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

4. 静态合批 · LayaAir3.0文档 · LAYABOX [ 95%]

Static Batch Volume组件Static Batch Volume组件 在Object的inspect面板,增加组件,选择Rendering选项,找到Static Batch Volume组件 图1 在Scene视窗中拖动小白点选择合适的Volume大小 图2 Static Batch Volume组件的使用: 在Scene中上面的Volume框选到合适...

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

5. 怎么画一堆cube, batch在一起draw? [ 94%]

怎么画一堆cube, batch在一起draw? 我都相同材质,相同geometry的,如何打包一次渲染,类似three.js 的Geometry.merge 方法 2019-06-27 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 1...

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

6. batch draw 减少draw call [ 93%]

batch draw 减少draw call 如下会产生三个draw call。 有么有办法把这些draw batch 一个draw call里面呢?   sp = new Sprite(); Laya.stage.addChild(sp);  //画线 sp.graphics.drawLine(10, 58, 146, 58, "#ff0000", 3); //画连续直线 sp.graphics.drawLines(176, 58, [0, 0, 39, -50,...

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

7. 一直很奇怪laya为啥不能改图片混颜色,必须通过滤镜来做 [ 85%]

...的顶点色。因为默认所有的sprite都带这个数据,不会影响batch 现在laya实现的这个滤镜,功能确实是更强大,可以实现各种效果,本质是在fs里面将颜色乘以一个颜色矩阵,问题是这样做有两个缺点; 1)fs操作颜色矩阵比较费一...

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

8. laya.d3.renderobjs.nativeobj.NativeBaseRenderQueue_API3.0 [ 83%]

...erQueue Implements IRenderQueue Index Constructors constructor Properties _batch _context _isTransparent _sortPass Accessors context sortPass Methods addRenderElement clear destroy renderQueue Constructors constructor new NativeBaseRenderQueue(isTransparent: boolean): NativeBaseRenderQueue Defined i...

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

9. laya.d3.renderobjs.renderobj.BaseRenderQueue_API3.0 [ 83%]

...erQueue Implements IRenderQueue Index Constructors constructor Properties _batch _context _isTransparent _sortPass Accessors context sortPass Methods addRenderElement clear destroy renderQueue Constructors constructor new BaseRenderQueue(isTransparent: boolean): BaseRenderQueue Defined in laya/d3/Re...

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

10. Laya 2.2在iPhone 6S上出现严重的帧率暴跌问题 [ 78%]

...模型, 帧率正常在60 fps左右       看起来像是saved render batches出现问题了。 附件 : --> 2019-09-21 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 15 个回复 NilZ 赞同来自: layabox 经过实测...

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