enable_fly_to_right_click#
- Plotter.enable_fly_to_right_click(callback=None)#
Set the camera to track right click positions.
A convenience method to track right click positions and fly to the picked point in the scene. The callback will be passed the point in 3D space.
- Parameters
- callback
callable()
Callback function to call immediately after right clicking.
- callback