Fix T51720: Depth of Field Bug - Black Screen

This commit is contained in:
Dalai Felinto 2017-06-09 11:56:22 +02:00
parent bb773acd5f
commit 461ea375ad
Notes: blender-bot 2023-02-14 09:33:11 +01:00
Referenced by issue #51720, Depth of Field Bug - Black Screen
1 changed files with 1 additions and 0 deletions

View File

@ -1337,6 +1337,7 @@ void GPU_fx_compositor_init_dof_settings(GPUDOFSettings *fx_dof)
fx_dof->focus_distance = 1.0f;
fx_dof->sensor = 1.0f;
fx_dof->num_blades = 6;
fx_dof->ratio = 1.0f;
}
void GPU_fx_compositor_init_ssao_settings(GPUSSAOSettings *fx_ssao)