Can't select/click a 2D primitive without also selecting underlying image #6761
Labels
😤 annoying
Something in the UI / SDK is annoying to use
🪳 bug
Something isn't working
🧑🎨 Design
Requires UX/UI designer input
🏎️ Quick Issue
Can be fixed in a few hours or less
🔺 re_renderer
affects re_renderer itself
ui
concerns graphical user interface
When I hover a 2D primitive, like a box or a point, I expect only to hover that thing, not also all images under it.
Affects 2D spatial views, and maybe 3D ones too.
This is probably related to draw order and depth offsets.
The offending code is this:
rerun/crates/re_space_view_spatial/src/picking.rs
Lines 144 to 146 in 9b0c4a2
There is no motivation for the behavior in the code, but the blame points to
Which was created to fix
The text was updated successfully, but these errors were encountered: