[vtkusers] vtkCamera view point

David Doria daviddoria at gmail.com
Sat Nov 27 08:10:03 EST 2010


On Fri, Nov 26, 2010 at 9:02 PM, Xiaopeng Yang <yxp233 at postech.ac.kr> wrote:
> Hello,
>
>
>
> Does anybody know how to change the vtkCamera view point from bottom-top to
> top-bottom?
>
>
>
> Thank you,
>
> Xiaopeng

I think you're looking for camera->SetViewUp(0,-1,0);

http://www.vtk.org/doc/nightly/html/classvtkCamera.html#a682d87d50817200b5e501c792eca6010

David



More information about the vtkusers mailing list