vault backup: 2025-03-27 19:37:41

This commit is contained in:
BlueRose 2025-03-27 19:37:41 +08:00
parent 9a46ac121b
commit 460799724f

View File

@ -0,0 +1,11 @@
---
title: Toon多光源参考
date: 2025-03-27 19:01:13
excerpt:
tags:
rating: ⭐
---
# 前言
- [【UE5】卡通渲染着色篇3多光源](https://zhuanlan.zhihu.com/p/717533663)
- 主要是通过判断所有灯光的Forward Shading Priority与亮度取得主光。
- 之后在FDeferredLightPS中添加一个判断是否是主光的变体并进行设置即可。