Skip to content
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

Fix hover for mesh3d, isosurface and volume #4534

Merged
merged 5 commits into from
Jan 31, 2020
Merged

Conversation

archmoj
Copy link
Contributor

@archmoj archmoj commented Jan 30, 2020

Fixes #4533 which was a side-effect of #3573.
before vs after

@plotly/plotly_js

package.json Outdated
@@ -80,7 +80,7 @@
"gl-heatmap2d": "^1.0.5",
"gl-line3d": "^1.1.11",
"gl-mat4": "^1.2.0",
"gl-mesh3d": "^2.2.0",
"gl-mesh3d": "git://github.com/gl-vis/gl-mesh3d.git#29f562a1f3ec6124de0dd91022bd8e061780e178",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@etpinard
Copy link
Contributor

💃 - after bumping and updating gl-mesh3d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something broken regression this used to work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mesh3d unable to hover on points positioned on the right side of the scene
2 participants