[vtk-developers] vtkInteractorStyleTrackballActor doesn't respect vtkActor::Dragable flag

Will Schroeder will.schroeder at kitware.com
Tue Sep 21 16:09:42 EDT 2010


David-

If I remember right, the dragable flag is a feature that we added at a very
early point and I suspect it is ignored (unlike the pickable flag).

W

On Tue, Sep 21, 2010 at 3:44 PM, David Doria <daviddoria at gmail.com> wrote:

> If you create an actor:
>
>  vtkSmartPointer<vtkActor> actor =
>    vtkSmartPointer<vtkActor>::New();
>  actor->SetMapper(mapper);
>  actor->DragableOff();
>
> and then use the vtkInteractorStyleTrackballActor, you can drag the
> actor around with the middle mouse button. Is it the interactor styles
> job to handle this? Is this incorrect behavior or am I
> misunderstanding the Dragable flag?
>
> David
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtk-developers
>
>


-- 
William J. Schroeder, PhD
Kitware, Inc.
28 Corporate Drive
Clifton Park, NY 12065
will.schroeder at kitware.com
http://www.kitware.com
(518) 881-4902
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20100921/d8fc03cf/attachment.html>


More information about the vtk-developers mailing list