Page MenuHomePhabricator

Picking via vtkPoint/CellPicker broken
Closed, ResolvedPublic

Description

When currently using a vtkPointPicker or vtkCellPicker, the mitk::VtkPropRenderer does not properly prepare vtkAssemblyPaths for traversal by the pickers. In the result, picking does not yield results.

The problem seems to originate in commit b77b2fd5deb1a193 (by Christoph who is in CC). Since then the code is simply not filling the constructed vtkAssemblyPaths anymore.

A fix where I also slightly renamed the corresponding members and added m_ prefixes to them is available.

Event Timeline

User maleike has pushed new remote branch:

bug-19487-vtk-picking-broken

[680a27]: Merge branch 'bug-19487-vtk-picking-broken'

Merged commits:

2016-01-05 19:28:14 Daniel Maleike [9f82e0]
FIX: actually add things to the assembly path created for picking