Commit 399b3a61 authored by John Harwell's avatar John Harwell
Browse files

When selection is performed, the selected item is the one that is most "in...

When selection is performed, the selected item is the one that is most "in front" (or closer to the viewer).  This is performed using the screen depth.  There may be multiple items under the cursor and in this case, the selected item changed only when the depth of an item drawn was less than the last item found under the cursor while drawing.  This depth test has been changed to "less than or equal to" since some items, such as annotations, are drawn at the same depth so that the item last drawn, that is drawn on top of all other items, is selected.
parent be832596
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment