-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cesium3DTilesInspector attaches to first tileset on hover #5613
Conversation
CHANGES.md
Outdated
* Fixed documentation for `OrthographicFrustum`. [#5586](https://github.com/AnalyticalGraphicsInc/cesium/issues/5586) | ||
* Added behavior to `Cesium3DTilesInspector` that selects the first tileset hovered over if no tilest is specified. [#5139](https://github.com/AnalyticalGraphicsInc/cesium/issues/5139) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to go in a new 1.36 section.
CHANGES.md
Outdated
@@ -6,7 +6,9 @@ Change Log | |||
* This is an npm-only release to fix an issue with using Cesium in Node.js. | |||
* Fixed a bug where Cesium would fail to load under Node.js and some webpack configurations. [#5593](https://github.com/AnalyticalGraphicsInc/cesium/issues/5593) | |||
* Fixed a bug where a Model's compressed textures were not being displayed. [#5596](https://github.com/AnalyticalGraphicsInc/cesium/pull/5596) | |||
* Fixed a bug where jsep was undefined when using webpack [#5593](https://github.com/AnalyticalGraphicsInc/cesium/issues/5593) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This can be removed, since it's a dupe of item 2 above.
@mramato Updated. Also do you know where this eslint error is coming from?
I'm at a loss. |
Me too, I reran travis to see if it happens again or if it was some kind of fluke. |
Fixed in #5617, it's affecting all branches. |
Hover-over highlighting doesn't seem to work with these changes. |
Looks good, can you remove the |
@lilleyse Removed |
Thanks @ggetz |
Fixes #5139
Cesium3DTilesInspector
will attach to the first tileset that is hovered over if no tileset is defined. Iftileset
is set, the behavior is disabled.