Skip to content

Commit 4ac1ae5

Browse files
authored
Merge pull request #8557 from fredj/default_val
Fix Fog minimumBrightness default value
2 parents 83e6fb9 + c6be4fa commit 4ac1ae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Scene/Fog.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ import SceneMode from './SceneMode.js';
4040
* The minimum brightness of the fog color from lighting. A value of 0.0 can cause the fog to be completely black. A value of 1.0 will not affect
4141
* the brightness at all.
4242
* @type {Number}
43-
* @default 0.1
43+
* @default 0.03
4444
*/
4545
this.minimumBrightness = 0.03;
4646
}

0 commit comments

Comments
 (0)