当前位置:网站首页>学习笔记:Unity CustomSRP-12-HDR
学习笔记:Unity CustomSRP-12-HDR
2022-04-23 05:11:00 【牛神自】
这一节主要讲HDR—High Dynamic Range
总结:
1、渲染到HDR纹理
2、减少Bloom闪烁
3、增加Bloom散射
4、支持多种色调映射模式:HDR映射到LDR,保留细节
注:LDR(Low Dynamic Range)和HDR是相对的概念,默认使用LDR,用HDR能得到更多的细节,
细节的保留通过色调映射,因为最终显示的是LDR范围,所以最终会报HDR颜色的范围映射到LDR的范围,并尽可能保留多的细节。未来硬件提升了就可以直接用HDR输出,就不需要转换了。
版权声明
本文为[牛神自]所创,转载请带上原文链接,感谢
https://blog.csdn.net/weixin_41155760/article/details/124320299
边栏推荐
- Redis persistence
- Acid of MySQL transaction
- At pgconf Asia Chinese technology forum, listen to Tencent cloud experts' in-depth understanding of database technology
- Deep learning notes - semantic segmentation and data sets
- 源码剖析Redis中如何使用跳表的
- [WinUI3]编写一个仿Explorer文件管理器
- MySQL 慢查询
- MySQL circularly adds sequence numbers according to the values of a column
- Detailed explanation of hregionserver
- MySQL foreign key constraint
猜你喜欢
Transaction isolation level of MySQL transactions
Where, on when MySQL external connection is used
《2021多多阅读报告》发布,95后、00后图书消费潜力攀升
Download PDF from HowNet (I don't want to use CAJViewer anymore!!!)
What are the redis data types
[database] MySQL single table query
Cross border e-commerce | Facebook and instagram: which social media is more suitable for you?
MySQL basics 3
云计算与云原生 — OpenShift 的架构设计
[2021] Spatio-Temporal Graph Contrastive Learning
随机推荐
Chapter I overall project management of information system project manager summary
Knowledge points sorting: ES6
QPushbutton 槽函数被多次触发
2022年最热门的招聘技术技能是什么,您绝对想不到
At pgconf Asia Chinese technology forum, listen to Tencent cloud experts' in-depth understanding of database technology
Traversal of tree
Good simple recursive problem, string recursive training
深度学习笔记 —— 数据增广
Get the number of days between dates, get the Chinese date, get the date of the next Monday of the date, get the working day, get the rest day
深度学习笔记 —— 物体检测和数据集 + 锚框
[database] MySQL multi table query (I)
云计算与云原生 — OpenShift 的架构设计
mysql5. 7. X data authorization leads to 1141
How does PostgreSQL parse URLs
Some experience in using MySQL / tidb database [slowly updating...]
Logrus set log format and output function name
scp命令详解
Locks and transactions in MySQL
Day.js 常用方法
Leetcode -- heuristic search