-
-
Notifications
You must be signed in to change notification settings - Fork 327
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
mouse rotation not active #16
Comments
Yes, you need to close the window inbetween... Fixing this bug is next on my list |
Fixed it: 48f3bf0 :) |
Almost same subject: is it on purpose that mouse translation or zooming are not active after 2D plots? using Makie
scene = Scene(resolution = (500, 500))
scatter(rand(10), rand(10))
center!(scene) |
You need to press ctrl ;) I'm working on the camera code right now - when done I will push some more documentation! |
Oups, sorry for the noise! Thanks. |
SimonDanisch
pushed a commit
that referenced
this issue
Jun 3, 2021
…0.1" (#16) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Anshul Singhvi <asinghvi17@simons-rock.edu>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It happens quite frequently that it is not possible to rotate the scene with the mouse whereas zooming in or out is always possible. I am on linux with
GLFW 1.4.1 master
+glfw-3.2.1
.Sometime rotation woks perfectly on the same scene..
I do not know which experiments/information could help to identify the problem..
The text was updated successfully, but these errors were encountered: