Matrix Of ViewTransform In vtkCamera

ViewTransform stores three vectors in the first three rows and position information in the forth column. We can rotate camera around view up direction [ Azimuth operation ] and horizontal line (sideway) [ Elevation operation ] easily. The relative implementation details in VTK:

Use vtkActor2D To Make 2D Button On Screen

Environment: VTK8.2.0 + Qt 5.12.2. I have tried vtkImageActor, vtkActor2D and vtkButtonWidget to make 2D button in different scenes. After comparing them, I think vtkActor2D is the most convenient and the safest solution. Here is an example using vtkButtonWidget, Use vtkButtonWidget To Create 2D Button. vtkImageActor is a 3D actor, we need Read more…

Tex To PDF
: convert the Latex file which suffix is tex to a PDF file

X