Skip to content

Commit 60c7fc1

Browse files
author
Omar Shehata
authored
Merge pull request #7908 from AnalyticalGraphicsInc/globe-depth-fix
Billboard 2D pick fix
2 parents da2ac90 + 3a32f3b commit 60c7fc1

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGES.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Change Log
22
==========
33

4+
### 1.59 - 2019-07-01
5+
6+
##### Fixes :wrench:
7+
* Fixed a bug where billboards were not pickable when zoomed out completely in 2D View. [#7908](https://github.com/AnalyticalGraphicsInc/cesium/pull/7908)
8+
49
### 1.58.1 - 2018-06-03
510
_This is an npm-only release to fix a publishing issue__
611

Source/Scene/GlobeDepth.js

+2
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,8 @@ define([
290290
});
291291
}
292292

293+
globeDepth._copyColorCommand.renderState = globeDepth._rs;
294+
293295
if (!defined(globeDepth._tempCopyDepthCommand)) {
294296
globeDepth._tempCopyDepthCommand = context.createViewportQuadCommand(PassThroughDepth, {
295297
uniformMap : {

0 commit comments

Comments
 (0)