Spatiotemporal Variance-Guided Filtering(SVGF)
spatial(使用三个因素):
1.Depth
公式的理解:
2.normal:
不应用法线贴图
3.Luminance(灰度颜色):
Recurrent AutoEncoder(RAE)
是一种后处理的降噪方式(使用神经网络):输入噪声图像输出降噪后的图像
会使用G-buffers
神经网络自动进行temporal accumulation
关键设计:
1.AutoEncoder(or U-Net)结构
2.Recurrent convolutional block(在网络跑的时候信息会流回网络自己)
两种方法对比
Practical Industrial solutions
Temporal Anti-Aliasing(TAA)
MSAA与SSAA的区别:
SMAA:
G-buffers是不应该反走样的
Temporal Super Resolution
Deferred Shading(延迟渲染)
只渲染可见的fragments:
pass1:先不着色,只更新深度缓存
pass2:正常着色
可用后处理的抗锯齿方法
Tiled Shading
Clustered Shading
Level of Detail Solutions(LOD)