Skip to content

Commit

Permalink
More tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
lilleyse committed Sep 21, 2018
1 parent 3636dbb commit 5e36c99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Source/Scene/Globe.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,9 @@ define([
* This only takes effect when <code>showGroundAtmosphere</code> is <code>true</code>.
*
* @type {Number}
* @default 30000000.0
* @default 50000000.0
*/
this.nightFadeInDistance = 3.0e7;
this.nightFadeInDistance = 5.0e7;

/**
* True if an animated wave effect should be shown in areas of the globe
Expand Down Expand Up @@ -667,7 +667,7 @@ define([

if (pass.render) {
if (this.showGroundAtmosphere) {
this._zoomedOutOceanSpecularIntensity = 0.1;
this._zoomedOutOceanSpecularIntensity = 0.4;
} else {
this._zoomedOutOceanSpecularIntensity = 0.5;
}
Expand Down

0 comments on commit 5e36c99

Please sign in to comment.