大约有 138 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0065 秒)
...个使用同一材质的静态物体在绘制的时候只使用一个drawcall,进而节省了CPU。在光照计算上,static的物体也更快一些。 另外,当勾选Static时,编辑器会询问是否同时改变所有子对象的静态标志,如图2-5所示 (图2-5) 当然也可以...
来源: Laya3.0_文档 发布时间: 20251010
...要增加-Objc的参数,微信的官方文档中默认让增加`-Objc -all_load`,但是这样会导致编译报错。 遇到到这种情况可以把参数变成 `-Objc -force_load libWeChatSDK.a`,配置后,如图1所示:  ## 5. 关于iOS模拟器 LayaNative支持iOS模拟器...
来源: Laya2.0_文档 发布时间: 20210715
...reparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/ani/AnimationTemplet" AnimationTemplet Class AnimationTemplet AnimationTemplet 类用于动画模板资源。 Hierarchy Resource AnimationTe...
来源: Laya3.0_api 发布时间: 20231115
... in the termination of your Apple Developer account, as well as removal of all associated apps from the App Store. 2018-02-13 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 4 个回复 Laya_XS 赞同来自: 你的问题已经...
来源: Laya_社区 发布时间: 20180213
...不过多摄像机的缺点是非常耗性能,模型三角面数与DrawCall数量会成倍上升,多几个摄像机就会多出几倍性能损耗,因此开发者们需酌情考虑。 5.2 高动态光照渲染 高动态范围图像(High-Dynamic Range)简称HDR。HDR相比普通的图像,...
来源: Laya3.0_文档 发布时间: 20251010
...dByMaterial(subRendertexture,null); return buf; } Copyright ©Layabox 2026 all right reserved,powered by LayaAir Engine更新时间: 2025-10-10 16:27:55 img{cursor:pointer}
来源: Laya3.0_文档 发布时间: 20251010
API DocumentationAll Packages | All Classes | Index | Frames No Frames TerrainMaterialProperties | Methods | Constants Packagelaya.d3.core.materialClasspublic class TerrainMaterialInheritanceTerrainMaterial BaseMaterial laya.resource.Resource ... Public Properties Hide Inherited Public Pro...
来源: Laya2.0_api 发布时间: 20190513
...知1.1 降低渲染的CPU成本1.2 降低渲染的GPU成本2.优化Draw Call3.GPU instance4.Dynamic Batch5.Static Batch6.Custom Static Batch(Static Batch Volume组件)7.基于节点的材质合批功能7.1表现效果7.2 使用示例3D性能优化 1.图形性能的基本认知 1.1 降低渲染的CPU...
来源: Laya3.0_文档 发布时间: 20251010
...自动根据Spine主文件加载关联资源。 Copyright ©Layabox 2026 all right reserved,powered by LayaAir Engine更新时间: 2026-01-31 15:13:46 img{cursor:pointer}
来源: Laya3.0_文档 发布时间: 20260131
...his.openScene) Laya.Scene.showLoadingPage(null, 0) // 同步执行 Promise.all([this._load(url, progress), otherHandler()]).then(res => { let nextScene = res[0] if (res.length > 1) param = .concat((param || ), [res[1]]) nextScene.open(closeOther, param) if (complete) complete.runWith(nextScene...
来源: Laya_社区 发布时间: 20181124