Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Foucault <foucault.clem@gmail.com>2018-11-15 22:04:35 +0300
committerClément Foucault <foucault.clem@gmail.com>2018-11-15 22:04:47 +0300
commitffa461f13c5f37b658ed273876548bcb3c94b9fa (patch)
treef6b647c8642e909d81d7ce7895245148a1d0cd9e /source/blender/makesdna
parent1b321048a7ebbb99d62c8d8e74446153ef487a59 (diff)
Eevee: Add Filter Quality setting
This setting can be tweaked to improve glossy reflection cubemaps. It increases the sample count for each roughness level. This settings affect the lookdev mode quality as well.
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_scene_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h
index a4ceaf04942..3d352d4540f 100644
--- a/source/blender/makesdna/DNA_scene_types.h
+++ b/source/blender/makesdna/DNA_scene_types.h
@@ -1462,6 +1462,8 @@ typedef struct SceneEEVEE {
int gi_visibility_resolution;
float gi_irradiance_smoothing;
float gi_glossy_clamp;
+ float gi_filter_quality;
+ float pad;
float gi_cubemap_draw_size;
float gi_irradiance_draw_size;