Coordinates Log while interactive True #387
-
Hi! First and foremost thanks for this amazing project! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi Simone PS: if you 're keen on using native vtk commands you can leverage these 2 classes: |
Beta Was this translation helpful? Give feedback.
Hi Simone
thanks for your interest in the library. While VTK offers a way to record the camera movements, it's not implemented in
vedo
, but I think you can still easily do it with a simple callback function following exampleexamples/basic/mouseclick.py
Let me know if encounter any problems.
PS: if you 're keen on using native vtk commands you can leverage these 2 classes:
https://vtk.org/doc/nightly/html/classvtkCameraWidget.html#details
https://vtk.org/doc/nightly/html/classvtkCameraInterpolator.html