vault backup: 2024-12-09 19:06:34
This commit is contained in:
parent
5f33959a6f
commit
0feb35dc74
@ -10,12 +10,32 @@ rating: ⭐
|
||||
- ShadowDepths
|
||||
- CustomDepth
|
||||
|
||||
## 相关Paas
|
||||
# 相关Paas
|
||||
1. ShadowDepths
|
||||
2. Lights
|
||||
1. DirectLighting
|
||||
1. UnbatchedLights
|
||||
1. ShadowProjectionOnOpaque
|
||||
# ShadowDepths
|
||||
- FSceneRenderer::RenderShadowDepthMaps():位于CustomDepth之前。
|
||||
- RenderVirtualShadowMaps()
|
||||
- RenderShadowDepthMapAtlases()
|
||||
- SortedShadowsForShadowDepthPass.ShadowMapCubemaps循环
|
||||
-
|
||||
# Lights
|
||||
### Shader
|
||||
ShadowProjectionPixelShader.usf
|
||||
- TShadowProjectionPS:
|
||||
- TDirectionalPercentageCloserShadowProjectionPS:方向光投影
|
||||
- TSpotPercentageCloserShadowProjectionPS:SpotLight
|
||||
- FOnePassPointShadowProjectionPS(Moible?)
|
||||
|
||||
### 相关函数
|
||||
- FDeferredShadingSceneRenderer::RenderLights()
|
||||
- FDeferredShadingSceneRenderer::RenderDeferredShadowProjections()
|
||||
- FSceneRenderer::RenderShadowProjections()
|
||||
- FProjectedShadowInfo::SetupFrustumForProjection():构建阴影投影4棱椎平面信息。
|
||||
- FProjectedShadowInfo::SetupProjectionStencilMask():
|
||||
|
||||
# 其他
|
||||
顺序:
|
||||
|
Loading…
x
Reference in New Issue
Block a user