[vtkusers] R: R: Pick actor
Zampini Samuele
samuele.zampini at epfl.ch
Mon Oct 26 05:12:18 EDT 2009
Actually, I understand your problem.
But I can not solve it, I am sorry.
I hope that someone else will help you.
Good luck,
Samuele
________________________________________
Da: baliki2 at freemail.gr [baliki2 at freemail.gr]
Inviato: venerdì 23 ottobre 2009 14.56
A: Zampini Samuele
Oggetto: Re: R: [vtkusers] Pick actor
i use vtkRenderWindowInteractor iren = new vtkRenderWindowInteractor(); (Java)
It works ok. Keypress 'a' takes focus on objects. The problem is that i want the style vtkInteractorStyleTrackballCamera. When i apply it vtkInteractorStyleTrackballCamera style =
new vtkInteractorStyleTrackballCamera();
iren.SetInteractorStyle(style);
the functionality with the keypress doeasn't work anymore.
> Hi,
>
> I think the best way to do what you wanna do is something like:
>
> RenderWindowInteractor.SetInteractorStyle(vtk.vtkInteractorStyleTrackballCa=
> mera())
>
> And you can act on the actor you are on, with the mouse.
>
> Hope this helps,
>
> Samuele
> ________________________________________
> Da: vtkusers-bounces at vtk.org [vtkusers-bounces at vtk.org] per conto di baliki=
> 2 at freemail.gr [baliki2 at freemail.gr]
> Inviato: venerd=EC 23 ottobre 2009 14.19
> A: vtkusers at vtk.org
> Oggetto: [vtkusers] Pick actor
>
> Hello,
> i have two objects in my scene. I want to move (click and drag) the one on =
> which i click with the mouse. I know i should use the Pick class. But i'd a=
> ppreciate if someone could give me more detailed instructions-code lines.
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensour=
> ce/opensource.html
>
> Please keep messages on-topic and check the VTK 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