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

DataInspector indicator box does not rotate with meshscatter objects #3512

Closed
kbarros opened this issue Dec 25, 2023 · 2 comments
Closed

DataInspector indicator box does not rotate with meshscatter objects #3512

kbarros opened this issue Dec 25, 2023 · 2 comments
Labels
bug interaction anything event related

Comments

@kbarros
Copy link
Contributor

kbarros commented Dec 25, 2023

In this example, the DataInspector visual indicator box does not rotate with the mesh scatter object.

using GLMakie
fig = Figure()
ax = LScene(fig[1, 1])
marker = Makie._mantle(Point3f(0, 0, -1/2), Point3f(0, 0, 1/2), 1/2, 1/2, 16)
meshscatter!(ax, [Point3f(0, 0, 0)]; color=:blue, markersize=Vec3f(0.1, 0.1, 1), rotation=Point3f(1, 0, 0), marker)
DataInspector(ax)
image
@kbarros
Copy link
Contributor Author

kbarros commented Dec 29, 2023

Unfortunately, the error does not go away when replacing kwarg rotation -> rotations.

@ffreyer
Copy link
Collaborator

ffreyer commented May 24, 2024

Fixed in Makie 0.21 via #3681

@ffreyer ffreyer closed this as completed May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug interaction anything event related
Projects
None yet
Development

No branches or pull requests

3 participants