-
Notifications
You must be signed in to change notification settings - Fork 267
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
Vedo only render the change when I move my mouse on the screen #1148
Comments
I am trying to display an image which only occurs when I scroll the mouse |
Try adding a call to .render() in your callback function. |
i.e. reset_camera on xz and yz plane function |
I am not very familiar with vedo (yet), but I faced problems related to this in the vtk library. If .render() not works, as @marcomusy sugested, try to call self.camera.Modified(). |
Oh it works ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
it happens to me that the scene only change when I hover my mouse on the screen which does not make it smooth. Can you help to solve this issue ?
The text was updated successfully, but these errors were encountered: