Camera model in VTK
*Purpose: There are two wonderful examples to explain the camera model used in the VTK textbook. Unfortunately, they are in tcl scripts and not ready to run using C++. I have made some modifications and ported them to C++.
You can notice that we have only one version of roll (they are the same no matter you are at the camera position or at the focal point)!
(Please first follow the VTK installation guide to build VTK from source)