Skip to content

Commit

Permalink
Merge pull request #5116 from AnalyticalGraphicsInc/decrease-overlap
Browse files Browse the repository at this point in the history
Decrease frustum overlap for opaque pass.
  • Loading branch information
emackey authored Mar 21, 2017
2 parents 325b8de + 2b83b8d commit b53c691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Scene/Scene.js
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ define([
this.initializeFrame();
}

var OPAQUE_FRUSTUM_NEAR_OFFSET = 0.99;
var OPAQUE_FRUSTUM_NEAR_OFFSET = 0.9999;

defineProperties(Scene.prototype, {
/**
Expand Down

0 comments on commit b53c691

Please sign in to comment.