https://docs.unity3d.com/Manual/LightMode-Baked.html

baked lights are light components which have their mode property set to baked.

use baked mode for lights used for local ambience, rather tan fully featured lights. 只对局部的某些灯进行烘焙,而不是全部都是烘焙灯。unity pre-calculates the illumination from these lights before run time, and does not include them in any run-time lighting calculations. this means that there is no run-time overhead 开销 for baked lights.

unity baked direct and indirect lighting from baked lights into light maps (to illuminate static GameObjects) and Light Probes 把baked 灯烘焙为光照贴图或者是光探针. baked lights can not emit specular lighting, even on dynamic GameObjects . baked lights do not change in response to actions taken by the player, or events which take place in the Scene. they are mainly useful for increasing brightness in dark areas without needing to adjust all of the lighting within a Scene.

baked lights are also the only Light type for which dynamic GameObjects can not cast shadows on other dynamic GameObjects.

advantages of baked lighting

high-quality shadows from statics GameObjects on statics GameObjects in the light map at no additional cost.

offers indirect lighting.

all lighting for static GameObjects can be just one Texture fetched from the light map in the Shader.

disadvantages of baked lighting

no real-time direct lighting (that is, no specular effects).
no shadows from dynamic GameObjects on static GameObjects.
u only get low-resolution shadows from static GameObjects on dynamic GameObjects using Light Probes.

increased memory requirements compared to real-time lighting for the light map texture set, because light maps need to be more detailed to contain direct lighting information.

techniques details
for baked lights, unity pre-computes the entire light path, except for the path segment from the Camera to the surface. see documentation on Light Modes for more information about light paths.

unity also precomputes direct baked lighting, which means that light direction information is not available to unity at runtime. instead, a small number of Texture operations handle all light calculations for baked lights in the Scene area. without this information, unity can not carry out calculations for specular and glossy reflections. if u need specular reflections, use reflection probes or use mixed or realtime lights. see documentation on directional light maps for more information.

baked lights never illuminate dynamic gameobjects at runtime. the only way for dynamic game objects to receive light from baked lights is via light probes. this is also the only difference between baked lights and any subtractive mode mixed lights.

baked lighting相关推荐

  1. unity3d学习笔记-光照(4.烘焙照明baked lighting)

    一.什么是烘焙照明? Unity 在运行前(在用户与您的体验交互之前)预先计算烘焙光照.这意味着 Unity 在运行时需要做的就是将光照数据应用到场景中.您无法更改在运行时烘焙的灯光的属性,并且它们不 ...

  2. light Mode:real-time\mixed\Baked

    Real-time lighting 将实时模式用于需要更改其属性或在游戏过程中通过脚本生成的灯光. Unity在运行时每帧计算并更新这些灯光的照明. 它们可以根据玩家的动作或场景中发生的事件而变化. ...

  3. Lighting Window 光照设置界面 光照系列2

    Lighting Window 光照设置界面 本文档主要是对Unity官方手册的个人理解与总结(其实以翻译记录为主:>) 仅作为个人学习使用,不得作为商业用途,欢迎转载,并请注明出处. 文章中涉 ...

  4. Lightweight Render Pipeline

    (翻译) Lightweight Render Pipeline (LWRP),轻量级渲染管线,是一个Unity预制的Scriptable Render Pipeline (SRP).LWRP可以为移 ...

  5. Mesh Combine Studio 2 Documentation

    1.Requirements(需求) Support >Unity 5.1, Unity 2017.x, Unity 2018.x and Unity 2019.x. 支持unity 5.1 2 ...

  6. 开发中–渐进式光照贴图器

    We've been hard at work on the Progressive Lightmapper since we first showed it at GDC in March. Ple ...

  7. 鼠标控制两台台式机_台式机和控制台上的真棒实时GI

    鼠标控制两台台式机 We've teamed up with Alex Lovett again and built The Courtyard, a demo that puts the Preco ...

  8. Unity3D 之 学习路线与学习经验分享

    转自:https://blog.csdn.net/qq_22521529/article/details/83108837 Unity3D学习路线与学习经验分享 该博文出自作者15游02 丁祺,是一篇 ...

  9. unity学习路线参考——转载自csdn

    版权声明: https://blog.csdn.net/qq_22521529/article/details/83108837 Unity3D学习路线与学习经验分享 作者:15游02 丁祺 你好,这 ...

最新文章

  1. Android进阶知识:事件分发与滑动冲突(一)
  2. laravel-admin关联查询问题解决办法
  3. margin负值布局(一)
  4. git 简易指南+常用命令
  5. python redis 操作_使用Python操作redis
  6. 上海浦东新区公共租赁住房申请攻略
  7. 2021年中国电缆吹风机市场趋势报告、技术动态创新及2027年市场预测
  8. ubuntu snappy 记事
  9. day39-Spring 02-AOP的概述
  10. 一个简单的PHP留言板
  11. 论文记载:A Survey on Traffic Signal Control Methods
  12. Python敏感词汇检测
  13. 中国知网收费太贵,不妨试试这3个论文网站(大学生写论文必备)
  14. 程序员在国外:在加拿大IT公司工作三年的一些感受
  15. 数模学习(七)--- 多元线性回归
  16. UPnP 体系架构和基本原理 —— UPnP 工作流程
  17. 人工智能成热门 苹果谷歌等科技公司竞相涌入改变神经科学研究
  18. [Maven进阶]多环境配置与应用
  19. python运维工程师前景及待遇_运维工程师有前途么?
  20. OSChina 周六乱弹 —— 作为程序员我对高数的态度

热门文章

  1. java使用了未经检查或不安全的操作--的解决方法
  2. python变量保存为.mat文件
  3. Redis中存字段key出现 \xef \xbb \xbf
  4. ‘gbk‘ codec can‘t encode character ‘\xbb‘ in position xxx: illegal multibyte sequence
  5. 亲测有效解决“你已购买过此项目,现在可以免费下载,不再另外收费”提示
  6. cucumber 如何中途退出 scenario
  7. 小程序与共享图书的融合
  8. Naturehike和Bluetti成为Lazada户外露营之需
  9. 人工神经网络与神经网络,对人工神经网络的理解
  10. 3.9使用ValidationSummary控件