[vtkusers] Issue of multiple vtkHandleWidget moving to the same position

Liu_tj tjlp at netease.com
Thu Feb 16 02:41:21 EST 2017


Hi,

I want to draw some points on 3D model. Each point needs one vtkHandleWidget object. I use vtkInteractorStyle object which listens the LeftButtonPressEvent. When I press left mouse button on the 3D model, I will update the world position of vtkHandleWidget object.

My issue is: If all the vtkHandleWidget objects share the same vtkInteractorStyle object, then all the vtkHandleWidget objects will move to the position of last left mouse button press. If one new vtkInteractorStyle object is created for each vtkHandleWidget object, then the vtkHandleWidget objects can display at their right positions.

Where am I wrong?

Thanks
Liu Peng

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20170216/2c3ab342/attachment.html>


More information about the vtkusers mailing list