diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-08-11 10:39:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-11 10:39:12 +0200 |
commit | b47e6c0dba0fb89aabedae204c247c747f99b87b (patch) | |
tree | cec33b968a39f592cddfffde94f072d56b05c8ec /scene/resources/environment.cpp | |
parent | f67a8d715c7bfd98b0b1422678c8fd5e593a145c (diff) | |
parent | 141aac48ffe30b1e27d60ab800e286bc56899b93 (diff) | |
download | redot-engine-b47e6c0dba0fb89aabedae204c247c747f99b87b.tar.gz |
Merge pull request #10194 from Keetz/update-default-values
Updated default values in SpatialMaterial and Environment
Diffstat (limited to 'scene/resources/environment.cpp')
-rw-r--r-- | scene/resources/environment.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/environment.cpp b/scene/resources/environment.cpp index 3245c3cf03..c121dae1f1 100644 --- a/scene/resources/environment.cpp +++ b/scene/resources/environment.cpp @@ -1140,7 +1140,7 @@ Environment::Environment() { bg_energy = 1.0; bg_canvas_max_layer = 0; ambient_energy = 1.0; - ambient_sky_contribution = 0; + ambient_sky_contribution = 1.0; tone_mapper = TONE_MAPPER_LINEAR; tonemap_exposure = 1.0; |