[vtkusers] vtkCamera::Elevation(...)
Matthias Langer
mlangc at gmx.at
Wed Aug 24 12:14:30 EDT 2005
Matthias Langer wrote:
> I'm a complete newbe in using the vtk library. So my question may be
> trivial ...
> However: I use the c++ api of vtk-4.2.6. When trying to rotate a cone
> by somthing like
>
> unsigned count = 0;
> while(true)
> {
> p_renderer->GetActiveCamera()->Elevation(1);
// of course render
p_renderWin->Render();
/////////////////////////////
> ++count;
> }
>
> the image starts to flicker the moment count reaches 90.
>
> Maybe anybody here in the list can explain me why ...
>
> Thanks,
> Matthias Langer
>
> _______________________________________________
> This is the private VTK discussion list. Please keep messages
> on-topic. Check the FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
>
More information about the vtkusers
mailing list