Skip to content

Select and move from true 3D fixed

Pre-release
Pre-release
Compare
Choose a tag to compare
@G1OJS G1OJS released this 14 Jul 20:00
· 26 commits to main since this release
9cba71a

Fixed the issues of
a) can't select a line end unless at least one co-ordinate is at an axis limit and
b) can't disambiguate 2D to 3D to allow movement of the selected line.

Fixed by a) using 2D xy to select the line end (index), and
b) by using the mouse 3D coordinates instead of the line end's, because the mouse 3D always does have at least one coordinate pinned to a backplane.