We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 83e6fb9 + c6be4fa commit 4ac1ae5Copy full SHA for 4ac1ae5
Source/Scene/Fog.js
@@ -40,7 +40,7 @@ import SceneMode from './SceneMode.js';
40
* 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
41
* the brightness at all.
42
* @type {Number}
43
- * @default 0.1
+ * @default 0.03
44
*/
45
this.minimumBrightness = 0.03;
46
}
0 commit comments