Enlighten

本文档主要是对Unity官方手册的个人理解与总结(其实以翻译记录为主:>)
仅作为个人学习使用,不得作为商业用途,欢迎转载,并请注明出处。
文章中涉及到的操作都是基于Unity2018.1版本
参考链接:https://docs.unity3d.com/Manual/GI-Enlighten.html

Unity provides two distinct techniques for precomputing global illumination (GI) and bounced lighting. These are Baked Global Illumination and Precomputed Realtime Global Illumination. The Enlighten lighting system provides solutions for both.
Unity为预计算全局光照(GI)和反弹光照提供了两种截然不同的技术。这些是烘焙全局光照和预计算实时全局光照。Enlighten系统为两者都提供了解决方案。

To find the following settings, navigate to Unity’s top menu and go to Window > Lighting.要找到以下设置,导航到Unity的顶部菜单,然后进入窗口-光照。

Property Function
Realtime Global Illumination Makes Unity calculate and update lighting in real time. For more information, see documentation on Realtime Global Illumination, and the Unity tutorial on Precomputed Realtime GI.
实时全局光照 Unity实时计算和更新光照。有关更多信息,请参阅有关实时全球照明的文档,以及关于预先计算的实时GI的Unity教程
Lighting Mode Specifies which lighting mode to use for all mixed lights in the Scene. Options are Baked Indirect, Distance Shadowmask, Shadowmask, and Subtractive.
光照模型 指定场景中所有使用混合的照明模式的光源。可选择的是间接烘焙,阴影遮罩,和减化。
Lightmapper Specifies which internal lighting calculation software to use to calculate lightmaps in the Scene. The options are Progressive and Enlighten. The default value is Progressive; set it to Enlighten to use the system described in this page. If you want to use the Progressive system, see documentation on the Progressive Lightmapper.
光照映射器 指定在场景中使用哪个内部光照计算软件来计算光照图。选择有渐进式(Progressive) 和启发式(Enlighten)。默认值是Progressive;设置使用Enlighten这个页面中描述的系统。如果您想要使用Progressive系统,请参阅渐进Lightmapper的文档)
Indirect Resolution This property is only available when Realtime Global Illumination is enabled. Use this value to specify the number of texels per unit to use for indirect lighting calculations. Increasing this value improves the visual quality of indirect light, but also increases the time it takes to bake lightmaps. The default value is 2. See the Unity tutorial on Realtime Resolution for details about Indirect Resolution.
间接光照分辨率 只有在启用实时全局照明时,才可以使用该属性(不需要)。使用这个值来指定每个单元的纹素的数量,用于间接光照计算。增加这个值可以提高间接光的效果质量,但也增加了烘焙光照图的时间。默认值是2。有关间接分辨率的详细信息,请参阅关于实时分辨率的Unity教程。
Lightmap Resolution Specifies the number of texels per unit to use for lightmaps. Increasing this value improves lightmap quality, but also increases bake times. The default value in a new Scene is 40.
光照图分辨率 指定用于光照图的每个单元的纹素数量。增加这个值可以提高光照图的质量,但也增加了烘焙时间。新场景中的默认值是40
Lightmap Padding Specifies the separation (in texel units) between separate shapes in the baked lightmap. The default value is 2.
光照图内边距 指定在烘焙的光照图中不同形状之间的隔离(在纹素单位)。默认值是2。)
Lightmap Size The size (in pixels) of the full lightmap texture, which incorporates separate regions for the individual object textures. The default value is 1024.
光照图大小 完整一张光照图纹理的大小(以像素为单位),它将组合包含独立的对象的不同的区域纹理。默认值是1024
Compress Lightmaps Compresses lightmaps so that they require less storage space. However, the compression process can introduce unwanted visual effects into the texture. This property is checked by default.
压缩光照图 压缩光照图,这样它们就需要更少的存储空间。然而,压缩过程会在纹理中引入不想要的视觉效果。默认情况下开启该属性。
Ambient Occlusion Opens a group of settings which allow you to control the relative brightness of surfaces in ambient occlusion. Higher values indicate a greater contrast between the occluded and fully lit areas. This only applies to the indirect lighting calculated by the GI system. This property is enabled by default.
环境光遮蔽 打开一组允许你控制环境光遮蔽的相对亮度的设置。更高的值表明,被遮挡的和完全照亮的区域之间的对比更大。这只适用于由全局光照系统计算的间接照明。该属性默认启用。
-Max Distance Sets a value to control how far the lighting system casts rays in order to determine whether or not to apply occlusion to an object. A larger value produces longer rays and contributes more shadows to the lightmap, while a smaller value produces shorter rays that contribute shadows only when objects are very close to one another. A value of 0 casts an infinitely long ray that has no maximum distance. The default value is 1.
-最大距离 设置一个值来控制照明系统投射光线的距离,以确定是否对一个物体施加遮蔽。更大的值会产生更长的光线,并为光照图提供更多的阴影,而较小的值会产生更短的光线,只有当物体彼此非常接近时才会产生阴影。0值投射出无限长的射线,没有最大距离限制。默认值是1。
-Indirect Contribution Use the slider to scale the brightness of indirect light (that is, ambient light, or light bounced and emitted from objects) in the final lightmap, from a value between 0 and 10. The default value is 1. Values less than 1 reduce the intensity, and values greater than 1 increase it.
-间接光贡献 在最终的光照图中,使用滑块来缩放间接光照的亮度(即环境光,或光照反弹和物体自发光),从0到10的值。默认值是1。小于1的值减少了强度,值大于1的值增加了它。
Direct Contribution Use the slider to scale the brightness of direct light from a value between 0 and 10. The default value is 0. The higher this value is, the greater the contrast applied to the direct lighting.
-直接光贡献 使用滑块来缩放从0到10之间的直接光的亮度。默认值是0。这个值越高,与直接照明的对比就越大
Final Gather Enable this if you want Unity to calculate the final light bounce in the GI calculation at the same resolution as the baked lightmap. This improves the visual quality of the lightmap, but at the cost of additional baking time in the Editor.
最终聚集 如果你想要Unity计算在GI计算中最后的光照反弹,像烘焙光照图一样的分辨率。这提高了光照图的视觉质量,但是在编辑器中增加了额外的烘焙时间。
-Ray Count 射线数量 Defines the number of rays emitted for each final gather point. The default value is 256.(定义每一个最终聚集点发出的射线的数量。默认值是256)
-Denoising去噪 Applies a de-noising filter to the Final Gather output. This property is checked by default.(在最终的收集输出中应用一个去噪过滤器。默认情况下开启该属性。)
Directional Mode You can set up the lightmap to store information about the dominant incoming light at each point on the surfaces of your GameObjects. See documentation on Directional Lightmapping for further details. The default mode is Directional.
定向模式 你可以设置光照图来存储在你的游戏对象表面的每一点上的主要入射光的信息。有关进一步详细信息,请参阅有关定向光照图的文档。默认模式是定向的。
-Directional In Directional mode, Unity generates a second lightmap to store the dominant direction of incoming light. This allows diffuse normal-mapped materials to work with the GI. Directional mode requires about twice as much storage space for the additional lightmap data. Unity cannot decode directional lightmaps on SM2.0 hardware or when using GLES2.0. They fall back to non-directional lightmaps.
定向 在定向模式下,Unity生成第二个光照图来存储入射光的主方向。这使得漫反射法线映射材质可以与GI一起工作。定向模式要求额外的光照图数据的存储空间大约是原来的两倍。Unity不能在SM 2.0硬件上或在使用GLES 2.0时解码定向光照图。它们会回退到无方向性的光照图。
-Non-directional In Non-directional mode, Unity does not generate a second lightmap for the dominant direction of incoming light, and instead stores all lighting information in the same place.
-非定向 在无定向模式下,Unity不会为入射光的主导方向生成第二个光照贴图,而是将所有光照信息存储在同一个位置。
Indirect Intensity Controls the brightness of the indirect light that Unity stores in real-time and baked lightmaps, from a value between 0 and 5. A value above 1 increases the intensity of indirect light, and a value of less than 1 reduces indirect light intensity. The default value is 1.
间接强度 控制Unity在实时和烘焙的光照贴图中存储的间接光的亮度,从0到5之间。大于1的值增大间接光强,小于1的值减小间接光强。默认值是1。
Albedo Boost Controls the amount of light Unity bounces between surfaces by intensifying the albedo of Materials in the Scene, from a value between 1 and 10. Increasing this draws the albedo value towards white for indirect light computation. The default value is 1, which is physically accurate.
反照率提高 通过加强场景中材质的反照率,从1到10来控制光的Unity反弹量。增加此值将使间接光计算的反照率值变为白色。默认值是1,这在物理上是准确的。
Lightmap Parameters Unity uses a set of general parameters for the lightmapping in addition to Lighting window properties of the. A few defaults are available from the menu for this property, but you can also use the Create New option to create your own lightmap parameter file. See the Lightmap Parameters page for further details. The default value is Default-Medium.
光照图参数 在光照窗口属性之外,Unity还为光照映射使用一组通用参数。该属性的菜单中有一些默认值,但是您也可以使用Create New选项来创建您自己的lightmap参数文件。有关详细信息,请参见Lightmap参数页。默认值是Default-Medium。

Unity Global Illumination(Unity 全局光照 ) 官方手册笔记系列之Enlighten相关推荐

  1. Unity 5 中的全局光照技术详解

    简介 全局光照,简称GI,是一个用来模拟光的互动和反弹等复杂行为的算法,要精确的仿真全局光照非常有挑战性,付出的代价也高,正因为如此,现代游戏会先一定程度的预先处理这些计算,而非游戏执行时实时运算. ...

  2. python官方手册笔记_Python学习手册笔记

    Python学习手册(原书第4版)Mark Lutz 著 第一部分 使用入门 >> orthogonal >> 交互提示模式下编写代码 >> "%&quo ...

  3. 【Unity】第13章 光照贴图和光影效果

    分类:Unity.C#.VS2015 创建日期:2016-05-19 一.简介 在Unity 5中,Lighting是-种增强场景光照和阴影效果的技术,它可以通过较少的性能消耗使静态场景看上去更真实. ...

  4. Unity5 全局光照

    转载自:Unity 5 中的全局光照技术详解 简介 全局光照,简称GI,是一个用来模拟光的互动和反弹等复杂行为的算法,要精确的仿真全局光照非常有挑战性,付出的代价也高,正因为如此,现代游戏会先一定程度 ...

  5. lighting 光照简介(个人笔记)

    目录 1. Unity 光照概念 1.1 光照在游戏中的作用 1.2 物理概念 2. unity 中的光源 2.1 光源的三个核心属性 2.2 光源资源管理器窗口 2.3 光源场景设置窗口 直接光和间 ...

  6. Unity官方图形教程 学习笔记(二) -- Precomputed Realtime GI(实时全局光照)

    原文链接:https://unity3d.com/cn/learn/tutorials/s/graphics 1 介绍 当使用Baked GI的时候,会在预计算阶段,离线创建一张lightmap纹理贴 ...

  7. Unity Shader 学习笔记(33) 全局光照(GI)、反射探针、线性空间和伽马空间、高动态范围(HDR)

    Unity Shader 学习笔记(33) 全局光照(GI).反射探针.线性空间和伽马空间.高动态范围(HDR) 参考书籍:<Unity Shader 入门精要> [<Real-Ti ...

  8. Unity全局光照/Bake GI/Precomputed Real-time GI/Lightmap/Light Probe

    目录 Baked GI Lightmap和Light Probe Precomputed Real-time GI Unity的全局光照系统采用Enlighten解决方案,包含Baked GI和Pre ...

  9. Unity 编辑器学习(二)之 全局光照(GI)

    光影流年,花影阡陌.光与影交织的岁月教育我们,不会使用光照的程序员不是个好美术. 一.概述 点击 Window > Lighting > Settings 会弹出Lighting窗口,这个 ...

最新文章

  1. 第一次亲密接触vim编辑器
  2. 谁说只有VGG才能做风格迁移,ResNet也可以!答案就在对抗攻击中
  3. Linux服务器上最简单的Nginx反向代理配置
  4. python 实时显示声音
  5. Putty自动登陆远程Linux主机
  6. ZooKeeper 技术内幕,Leader 选举是一个什么样的过程?
  7. 数据库四大特性与隔离级别
  8. 记一次 .NET 某外贸Web站 内存泄漏分析
  9. muy bien_配置Java EE应用程序或“将Bien付诸实践”
  10. 玩转Powerpoint2010的视频
  11. 《敏捷生活练习》打印书籍
  12. Flex布局演示01
  13. 数据结构思维 第一章 接口
  14. oracle 基数 选择率,1.1.2.2 可选择率(1)
  15. c语言迷你计算器程序,C语言版 模拟计算器的程序
  16. 电容三点式LC振荡器电路组成及工作原理简述
  17. C语言编译运行代码的过程
  18. JavaScript: The Definitive Guide 权威指南,读书笔记(一)
  19. magics24安装教程|magics中文版下载
  20. 【戳进来有福利】|【技巧帖】3个Tips提升云性能

热门文章

  1. DHCP option 43是什么?
  2. 为什么企业和品牌一定要创建百度百科词条呢?
  3. 六安毛坦厂2021年高考成绩查询,毛坦厂高考成绩2021 毛坦厂中学高考成绩出炉
  4. 监控mysql数据库 更新_实时监控mysql数据库变化
  5. 基于云查杀的PC游戏反外挂
  6. July 1st 《宫》
  7. 【Hadoop之轨迹】Hadoop 使用(纯干货!)(用 Docker 模拟的集群)
  8. vue-transitions切换路由时更加平滑
  9. 微信小程序聊天室表情
  10. Python实现外部排序