File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -148,18 +148,18 @@ define([
148
148
* when <code>enableLighting</code> is <code>true</code>.
149
149
*
150
150
* @type {Number }
151
- * @default 6500000 .0
151
+ * @default 10000000 .0
152
152
*/
153
- this . lightingFadeOutDistance = 9.0e6 ;
153
+ this . lightingFadeOutDistance = 1.0e7 ;
154
154
155
155
/**
156
156
* The distance where lighting resumes. This only takes effect
157
157
* when <code>enableLighting</code> is <code>true</code>.
158
158
*
159
159
* @type {Number }
160
- * @default 9000000 .0
160
+ * @default 20000000 .0
161
161
*/
162
- this . lightingFadeInDistance = 1 .0e7;
162
+ this . lightingFadeInDistance = 2 .0e7;
163
163
164
164
/**
165
165
* The distance where the darkness of night from the ground atmosphere fades out to a lit ground atmosphere.
@@ -168,16 +168,16 @@ define([
168
168
* @type {Number }
169
169
* @default 10000000.0
170
170
*/
171
- this . nightFadeOutDistance = 9.0e6 ;
171
+ this . nightFadeOutDistance = 1.0e7 ;
172
172
173
173
/**
174
174
* The distance where the darkness of night from the ground atmosphere fades in to an unlit ground atmosphere.
175
175
* This only takes effect when <code>showGroundAtmosphere</code> is <code>true</code>.
176
176
*
177
177
* @type {Number }
178
- * @default 40000000 .0
178
+ * @default 30000000 .0
179
179
*/
180
- this . nightFadeInDistance = 4 .0e7;
180
+ this . nightFadeInDistance = 3 .0e7;
181
181
182
182
/**
183
183
* True if an animated wave effect should be shown in areas of the globe
You can’t perform that action at this time.
0 commit comments