Skip to content

Issue 79 pick handle region

Sphere-Line Intersection is now computed in world space instead of screen space. Screen-space based intersection test did not work properly since the radius was tied to the viewport resolution and did not match the actual size of the sphere handles.

Merge request reports