[vtkusers] vtkLODActor don't works on Trakball interactor style
Charl P. Botha
c.p.botha at its.tudelft.nl
Mon Mar 11 17:07:24 EST 2002
The trackball interactor doesn't call the associated
RenderWindow->SetDesiredUpdateRate() at the right times. Please compare
with the joystick interactor to see when this should be called. I've
mentioned this before, but I don't think anybody had time to look at it in
more seriously. For my own application, I derived a new trackball
interactor that does make these calls.
On Mon, Mar 11, 2002 at 05:18:14PM -0300, Cesar Oleskovicz wrote:
> I'm using the vtkLODActor on the vtkInteractorStyleJoystickCamera and all works fine, the functions like:
>
> vtkRenderWindowInteractor -> SetDesiredUpdateRate( );
> vtkRenderWindowInteractor -> SetStillUpdateRate( );
>
> these functions works fine, but when I change to style vtkInteractorStyleTrackBallCamera the interactivity of the vtkLODActor is losses, when I rotating of panning the scene, I don't see one loss of details of my object.
> And the funcions above haven't effect.
>
> I try see on definitions of vtkInteractorStyleJoystick.cxx and vtkInteractorStyleCamera.cxx to try see some difference, but I find nothing to help me.
>
> Anybody knows how can I implement vtkLODActor on trackball style ?
> P.S. I'm using vtk 3.2.
--
charl p. botha http://cpbotha.net/ http://visualisation.tudelft.nl/
More information about the vtkusers
mailing list