VTK
Use vtkPropPicker Instead Of vtkCellPIcker If Can’t Pick Inaccurately
Sometimes you can’t pick object accurately by vtkCellPicker even through you had set tolerance very small, then you can use vtkPropPicker if not care about the details of picked position. vtkPropPicker uses hardware picking to determine the instance of vtk- Read more…