Version: 2021.3
光照贴图
渐进 GPU 光照贴图 (Progressive GPU Lightmapper)(预览)

渐进光照贴图程序

渐进光照贴图程序 (Progressive Lightmapper) 是一种基于路径追踪的光照贴图系统,提供了能在 Editor 中逐渐刷新的烘焙光照贴图和光照探针。要求不重叠的 UV 具有较小的面积和角度误差,以及棋盘格图表之间有足够的填充。

渐进光照贴图程序采取了一个短暂的准备步骤来处理几何体与实例的更新,同时生成 G-buffer 和图表遮罩。然后,它会立即生成输出,并随着时间的推移逐步细化输出,以实现更完善的交互式照明工作流。此外,烘焙时间更加可预测,因为渐进光照贴图程序在烘焙时提供估计时间。

渐进光照贴图程序还可单独为每个纹素分别以光照贴图分辨率烘焙全局光照 (GI),无需采用上采样方案或依赖任何辐照度缓存或其他全局数据结构。因此,渐进光照贴图程序具有强大的功能,并允许您烘焙光照贴图的选定部分,从而更快测试和迭代场景。

如需观看介绍交互式工作流程的深入视频,请参阅 Unity 的视频演练:开发中 - 渐进光照贴图 (In Development - Progressive Lightmapper) (YouTube)

渐进 CPU 光照贴图程序和渐进 GPU 光照贴图程序(预览)

可以在渐进光照贴图程序的两个后端之间进行选择。渐进 CPU 光照贴图程序后端是使用计算机 CPU 和系统 RAM 的渐进光照贴图程序的后端。渐进 GPU 光照贴图程序是使用计算机 GPU 和 VRAM 的渐进光照贴图程序的后端。

注意,渐进 GPU 光照贴图程序是正在开发中的预览功能并且会随时改变。有关渐进 GPU 光照贴图程序后端的信息,请参阅渐进 GPU 光照贴图程序(预览)

渲染管线支持

See render pipeline feature comparison for more information about support for the Progressive Lightmapper across render pipelines.

使用渐进光照贴图程序

使用渐进光照贴图程序:

  1. 转到 Window > Rendering > Lighting
  2. 导航到 Lightmapping Settings
  3. Lightmapper 设置为 Progressive CPUProgressive GPU

可以使用 LightmapEditorSettingsLightmapping API,通过脚本执行此窗口中提供的许多函数。

设置

This page lists settings specific to the Progressive Lightmapper. See Lightmapping using Enlighten for settings specific to Enlighten Baked Global Illumination (deprecated, unlike Enlighten Realtime Global Illumination). For all other lighting settings, see Lighting Settings Asset.

设置 描述
Lightmapper Use this to specify which internal lighting calculation software to use to calculate lightmaps in the Scene. The options are:

Progressive CPU
Progressive GPU
Enlighten

The default value is Progressive CPU, because Enlighten Baked Global Illumination is deprecated (unlike Enlighten Realtime Global Illumination).
Prioritize View 启用此设置可使渐进光照贴图程序将更改应用于 Scene 视图中当前可见的纹素,然后将更改应用于视图外的纹素。
Multiple Importance Sampling 启用此设置可将多重重要性采样方法用于对环境采样。通常,这会在生成光照贴图时加快收敛速度,但在某些低频环境中会产生噪声较大的结果。默认处于禁用状态。
Direct Samples 从每个纹素截取的样本(路径)数。此设置可控制渐进光照贴图程序用于直接光照计算的样本数。增加此值可以提高光照贴图的质量,但会延长烘焙时间。
Indirect Samples 从每个纹素截取的样本(路径)数。此设置可控制渐进光照贴图程序用于间接光照计算的样本数。对于某些场景,尤其是室外场景,100 个样本应该足够了。对于具有发射性几何体的室内场景,请增加该值,直到看到所需的结果。
Environment Samples Environment Samples 属性确定 Unity 向天空盒发射以直接收集光线的环境光线总数。Unity 根据上下文从光照贴图纹素或光照探针位置发射这些光线。默认值为 500。较高的值可能会产生更平滑的结果,但代价是烘焙时间增加。

在有 HDR 天空盒的场景中,通常需要更多样本来减少最终光照贴图或探针中的噪声。包含明亮奇点(如太阳)或具有显著对比度的高频细节(如背光云)的天空盒场景也受益于更多的样本。
Light Probe Sample Multiplier 控制将多少个样本用于光照探针(作为上述样本值的乘数)。更高值可改善光照探针的质量,但会延长烘焙时间。要启用此功能,请选择 Project Settings > Editor,然后禁用 Use legacy Light Probe sample counts。默认值为 4。
Bounces 使用此值来指定在追踪路径时要执行的间接反弹次数。对于大多数场景,两次反弹就足够了。对于某些室内场景,可能需要更多次反弹。
Min Bounces The minimum number of bounces you are willing for the Progressive Lightmapper to include in indirect lighting calculations.

Lower values reduce bake times, but might increase lightmap noise. To improve performance during bakes, the Lightmapper terminates light paths that contribute little to the appearance of the Scene using a technique called Russian Roulette.

Default value: 2. Range: 0–100
Max Bounces The maximum number of bounces you want the Progressive Lightmapper to include in indirect lighting calculations.

Default value: 2. Range: 0–100.

Values of up to 10 are suitable for most Scenes. Values higher than 10 might lead to significantly longer bake times.

Each bounce increases the computational resources needed to bake your scene. Use higher bounce values for indoor Scenes, and lower bounce values for outdoor Scenes and those with many bright surfaces.

As the range between Min Bounces and Max Bounces broadens, the amount of noise visible in your lightmaps increases.
Filtering 配置渐进光照贴图程序将后期处理应用于光照贴图的方式,以便限制噪点。为进行光照贴图的后期处理,光照贴图分为 DirectIndirectAmbient Occlusion 目标,Unity 分别对它们进行后期处理,然后将它们组合为一个光照贴图。

- Direct:从光源直接到达传感器(通常是摄像机)的任何光。
- Indirect:从光源间接到达传感器的任何光。这最常应用于反射其他游戏对象的光。
- Ambient Occlusion:光照系统计算的任何环境光。
选择此设置表示不对光照贴图应用过滤和进行去噪。
Auto 选择此设置表示将依赖于平台的预设用于对光照贴图进行后期处理。
如果开发计算机满足运行 OptiX (NVIDIA OptiX AI-Accelerated Denoiser) 的要求,渐进光照贴图程序将此降噪器与 Gaussian 过滤器结合使用。对于所有目标,该过滤器的半径均为 1 纹素。
如果开发计算机无法运行 OptiX,渐进光照贴图程序将使用 Gaussian 过滤器。对于 DirectIndirectAmbient Occlusion 目标,该过滤器的半径分别为 1 纹素、5 纹素和 2 纹素。
Advanced Select Advanced to manually configure options for each type of lightmap target. The targets types are Direct, Indirect and Ambient Occlusion. For more information, see Advanced Filtering settings, below.

高级过滤设置

Set Filtering to Advanced to manually configure options for each type of lightmap target. The target types are:

  • Direct: Any light that arrives directly from a Light to a sensor (usually the Camera).
  • Indirect: Any light that arrives indirectly from a Light to a sensor. This most commonly applies to light that reflects off other GameObjects.
  • Ambient Occlusion: Any ambient light that the lighting system calculates.
设置 描述
Denoiser 选择用于光照贴图目标的降噪器。选项为:

Optix:NVIDIA Optix 降噪器是一种 AI 加速降噪器,可减少烘焙光照贴图中的噪点。它需要一个 NVIDIA GPU(包含 4GB 以上的 VRAM 和版本 390 以上的驱动程序),并且仅在 Windows 平台上受支持。
RadeonPro:RadeonPro 降噪器是一种 AI 加速降噪器,可减少烘焙光照贴图中的噪点。它需要一个支持 OpenCL 的 GPU(包含 4GB 以上的 VRAM)。
- OpenImageDenoise:Intel Open Image 降噪器是一种 AI 加速降噪器,可减少烘焙光照贴图中的噪点。
- None:不使用降噪器。
Filter 选择要用于光照贴图目标的过滤器:
- Gaussian:选择此选项可将 Gaussian 过滤器用于光照贴图目标。Gaussian 过滤器将双向 Gaussian 过滤器应用于光照贴图。这会使光照贴图模糊并减少可见噪点。
- A-Trous:选择此选项可将 A-Trous 过滤器用于光照贴图目标。A-Trous 过滤器可以将模糊程度降至最低,同时可以消除光照贴图中的可见噪点。
- None选择此选项可禁用对光照贴图目标的所有过滤。
Radius 仅当 Filter 设置为 Gaussian 时,此选项才可用。使用 Radius 值可设置 Gaussian 过滤器内核的半径(以纹素为单位)。较高的 Radius 值可以提高模糊强度并减少可察觉的噪点,但可能导致光照中的细节丢失。
Sigma 仅当 Filter 设置为 A-Trous 时,此选项才可用。使用 Sigma 值可调整保留细节或使光照模糊的程度。较高的 Sigma 值可以提高模糊强度并减少可察觉的噪点,但可能导致光照中的细节丢失。

统计信息

Auto GenerateGenerate Lighting 选项下方的面板将显示有关光照贴图的统计信息,包括:

  • Unity 已创建的光照贴图数量
  • 内存使用量 (Memory Usage):当前光照贴图所需的内存量。
  • 占用的纹理像素 (Occupied Texels):在光照贴图 UV 空间中占用的纹理像素数量。
  • 视图中的光照贴图 (Lightmaps in view):Scene 视图中的光照贴图数量。
  • 不在视图中的光照贴图 (Lightmaps not in view):不在视图中的光照贴图数量。
    • 融合 (Converged):这些光照贴图的所有计算都已完成。
    • 未融合 (Not Converged):这些光照贴图的烘焙仍在进行中。
  • 烘焙性能 (Bake Performance):每秒的光线数量。如果此值很低(即小于 2),则应调整设置或硬件以便一次处理更多光线。

在烘焙期间

渐进光照贴图提供了在必要时监控和停止烘焙的选项。

ETA

Unity 烘焙光照贴图时出现的进度条提供了“预计到达时间”(显示为 __ETA__)。这是完成当前烘焙的估计时间(秒)。这样可以实现更加可预测的烘焙时间,并可让您快速了解当前光照设置所需的烘焙时间。

强制停止 (Force Stop)

在手动烘焙过程中,随时单击 Force Stop 即可停止烘焙过程。此按钮可让您在看到结果很理想时立即停止该过程。

Disabling the default environment contribution

Unity automatically generates an ambient probe and a default Reflection Probe to ensure that environment lighting affects your scene and the GameObjects in it by default.

To disable the environment contribution in the lighting result for a scene or GameObject that does not have manually created light maps and Light Probes, disable the default Reflection Probe and the ambient probe. For more information, see Disabling the SkyManager.

光照贴图
渐进 GPU 光照贴图 (Progressive GPU Lightmapper)(预览)
Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961