Open OhmPuchiss opened 5 months ago
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.
marco,
Can you help recreate the reset_camera function but on different plane like xz, yz?
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 !
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 ?