MantisBT - VTK
View Issue Details
0006796VTK(No Category)public2008-04-13 14:112016-08-12 09:54
Dan Wilson 
Kitware Robot 
normalminoralways
closedmoved 
 
 
0006796: Pick using vtkPropPicker results in two PickEvents
Performing a hardware pick using vtkPropPicker results in a call to vtkRenderer::PickRender. Before performing the pick itself, this method performs a cull of the vtkProp3D objects using a vtkPicker software pick. Both the cull and the hardware pick result in vtkCommand::PickEvents, meaning that any associated callbacks are called twice.

Expected behaviour:

vtkPropPicker and vtkPicker should result in the same events being invoked.


This bug would explain the following mailing list queries:

http://www.vtk.org/pipermail/vtkusers/2005-December/083087.html [^]
http://www.vtk.org/pipermail/vtkusers/2004-October/076688.html [^]
No tags attached.
Issue History
2008-04-13 14:11Dan WilsonNew Issue
2011-06-16 13:11Zack GalbreathCategory => (No Category)
2016-08-12 09:54Kitware RobotNote Added: 0036967
2016-08-12 09:54Kitware RobotStatusexpired => closed
2016-08-12 09:54Kitware RobotResolutionopen => moved
2016-08-12 09:54Kitware RobotAssigned To => Kitware Robot

Notes
(0036967)
Kitware Robot   
2016-08-12 09:54   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current VTK Issues page linked in the banner at the top of this page.