[vtkusers] Get viewpoint in a vtkRenderWindow.

Kevin Wright krw at viz-solutions.com
Thu Oct 31 17:20:41 EST 2002


At 11:18 PM 10/31/2002 +0100, you wrote:
>hi, vtk users,
>
>How to get viewpoint and viewing direction in a vtkRenderWindow?

 From vtkRenderer you can get an instance of vtkCamera from the 
GetActiveCamera call.  You should be able to query the vtkCamera for all 
the information you would need.

Kevin.




More information about the vtkusers mailing list