Skip to content

Cam widget

Jonas Lukasczyk requested to merge jones/paraview:cam-widget into master

Hi everyone, this MR is an updated version of MR !5071 (closed) that replaces the old axes-widget of the PVRenderView with the vtkCameraOrientationWidget. The new widget does not only display the camera orientation, but also allows users to click on elements of the widget to manipulate the camera. The widget can therefore replace the camera manipulation buttons to free up screen estate.

image

I added three display properties that can be set from the UI: the visibility of the widget, its size, and its location.

image

This might be of interest to @charles.gueunet, @timothee.chabat, and @mwestphal.

Best Jonas

Merge request reports