MarginallyClever / Robot-Overlord-App

Simulation and control software for robots
https://www.marginallyclever.com/
GNU General Public License v2.0
157 stars 48 forks source link

Ray picking needs work #133

Closed i-make-robots closed 1 year ago

i-make-robots commented 1 year ago

Describe the bug clicking on things in the 3d view doesn't always select them. I think the problem is inside the ray/shape intersection testing.

To Reproduce Steps to reproduce the behavior:

  1. load new scene
  2. zoom in to cube.
  3. click near center, selection change to cube.
  4. click near corners, no selection change to cube.

Expected behavior click anywhere on cube, selection changes to cube.

Screenshots image

Platform (please complete the following information):

Additional context Add any other context about the problem here.

i-make-robots commented 1 year ago

fixed in 3d0b443d