Skip to content

Commit

Permalink
Merge pull request #7908 from AnalyticalGraphicsInc/globe-depth-fix
Browse files Browse the repository at this point in the history
Billboard 2D pick fix
  • Loading branch information
Omar Shehata committed Jun 5, 2019
2 parents da2ac90 + 3a32f3b commit 60c7fc1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change Log
==========

### 1.59 - 2019-07-01

##### Fixes :wrench:
* Fixed a bug where billboards were not pickable when zoomed out completely in 2D View. [#7908](https://github.com/AnalyticalGraphicsInc/cesium/pull/7908)

### 1.58.1 - 2018-06-03
_This is an npm-only release to fix a publishing issue__

Expand Down
2 changes: 2 additions & 0 deletions Source/Scene/GlobeDepth.js
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,8 @@ define([
});
}

globeDepth._copyColorCommand.renderState = globeDepth._rs;

if (!defined(globeDepth._tempCopyDepthCommand)) {
globeDepth._tempCopyDepthCommand = context.createViewportQuadCommand(PassThroughDepth, {
uniformMap : {
Expand Down

0 comments on commit 60c7fc1

Please sign in to comment.