Skip to content

Camera path representation

First version of a CameraPathRepresentation.

  • refactor the CurveRepresentation hierarchy (improving its genericity)
  • add a new CameraPathRepresentation and its widget (deriving from SplineRepresentation)

The CameraPathRepresentation is useful to display the cameras and their orientation. The interaction with their position is also possible.

pres

The big arrow points to the focal point of the camera and the small arrow represents the view up vector.

Here is a test project to quickly test the CameraPathWidget class:

VTK_TestProject.zip

Merge request reports