2025-03-20 18:06:50 +08:00
|
|
|
---
|
|
|
|
title: ToonReflection
|
|
|
|
date: 2025-03-20 17:04:16
|
|
|
|
excerpt:
|
|
|
|
tags:
|
|
|
|
rating: ⭐
|
|
|
|
---
|
|
|
|
# 反射功能相关Pass
|
2025-03-21 20:01:46 +08:00
|
|
|
- ReflectionIndirect(None)
|
|
|
|
- [[#ReflectionEnvironmentAndSky]]
|
|
|
|
- DiffuseIndirectAndAO(Lumen/SSR)
|
|
|
|
- LumenReflections
|
|
|
|
- [[#DiffuseIndirectComposite]]
|
|
|
|
|
|
|
|
## ReflectionEnvironmentAndSky
|
|
|
|
位于IndirectLightRendering.cpp的`AddSkyReflectionPass()`
|
|
|
|
|
|
|
|
## DiffuseIndirectComposite
|
|
|
|
位于IndirectLightRendering.cpp的`RenderDiffuseIndirectAndAmbientOcclusion()`
|