Skip to content

Commit e1005fe

Browse files
committed
Tweak params
1 parent 80e591d commit e1005fe

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Source/Scene/Globe.js

+7-7
Original file line numberDiff line numberDiff line change
@@ -148,18 +148,18 @@ define([
148148
* when <code>enableLighting</code> is <code>true</code>.
149149
*
150150
* @type {Number}
151-
* @default 6500000.0
151+
* @default 10000000.0
152152
*/
153-
this.lightingFadeOutDistance = 9.0e6;
153+
this.lightingFadeOutDistance = 1.0e7;
154154

155155
/**
156156
* The distance where lighting resumes. This only takes effect
157157
* when <code>enableLighting</code> is <code>true</code>.
158158
*
159159
* @type {Number}
160-
* @default 9000000.0
160+
* @default 20000000.0
161161
*/
162-
this.lightingFadeInDistance = 1.0e7;
162+
this.lightingFadeInDistance = 2.0e7;
163163

164164
/**
165165
* The distance where the darkness of night from the ground atmosphere fades out to a lit ground atmosphere.
@@ -168,16 +168,16 @@ define([
168168
* @type {Number}
169169
* @default 10000000.0
170170
*/
171-
this.nightFadeOutDistance = 9.0e6;
171+
this.nightFadeOutDistance = 1.0e7;
172172

173173
/**
174174
* The distance where the darkness of night from the ground atmosphere fades in to an unlit ground atmosphere.
175175
* This only takes effect when <code>showGroundAtmosphere</code> is <code>true</code>.
176176
*
177177
* @type {Number}
178-
* @default 40000000.0
178+
* @default 30000000.0
179179
*/
180-
this.nightFadeInDistance = 4.0e7;
180+
this.nightFadeInDistance = 3.0e7;
181181

182182
/**
183183
* True if an animated wave effect should be shown in areas of the globe

0 commit comments

Comments
 (0)