Skip to content
  • Ken Martin's avatar
    Fix qwidgetrep pick method · 8b0dc8d0
    Ken Martin authored
    The old code used the picker which has a tolerance
    to handle 2d objects in 3d. For large datasets I think
    the tolerance could cause incorrect results.
    
    Since the widget is a plane we can do the computation
    analytically with high accuracy and very quickly so we
    do it that way.
    8b0dc8d0