Eevee: SSR: Add Weight Normalization option.

This commit is contained in:
2017-07-22 14:41:34 +02:00
parent e5dae98999
commit f6c60ffcad
6 changed files with 31 additions and 2 deletions

View File

@@ -727,6 +727,7 @@ class RENDER_PT_eevee_shading(RenderButtonsPanel, Panel):
col = layout.column()
col.prop(props, "ssr_enable")
col.prop(props, "ssr_halfres")
col.prop(props, "ssr_normalize_weight")
col.prop(props, "ssr_stride")
col.prop(props, "ssr_thickness")
col.prop(props, "ssr_border_fade")