Eevee: Initial implementation of Volumetrics.

This commit is contained in:
2017-07-03 16:38:14 +02:00
parent 9d2ee7998a
commit 65b01014b9
10 changed files with 456 additions and 35 deletions

View File

@@ -631,6 +631,7 @@ class RENDER_PT_eevee_poststack_settings(RenderButtonsPanel, Panel):
props = scene.layer_properties['BLENDER_EEVEE']
col = layout.column()
col.prop(props, "volumetric_enable")
col.prop(props, "gtao_enable")
col.prop(props, "motion_blur_enable")
col.prop(props, "dof_enable")