vtkCellPicker picks invisible cells when backface culling is on

Regarding vtkCellPicker, currently it doesn’t look at the vtkProperty of the actors, hence it’s unaware of any culling that is applied to the faces. It’s a feature that could be added, but someone would have to write the code…