Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stable image order, fixing flickering #2191

Merged
merged 5 commits into from
May 24, 2023
Merged

Conversation

Wumpf
Copy link
Member

@Wumpf Wumpf commented May 23, 2023

Fixes image flickering on draw order demo.
This is likely related to #2104 but I think the fix here is a good idea regardless.

For some reason I only reproed the flickering on web but I couldn't find anything inherently web about it.

Checklist

PR Build Summary: https://build.rerun.io/pr/2191

@Wumpf Wumpf added 📺 re_viewer affects re_viewer itself 🦟 regression A thing that used to work in an earlier release 🪳 bug Something isn't working labels May 23, 2023
Copy link
Member

@emilk emilk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The O(N²) isn't great

@Wumpf Wumpf merged commit e9c6f7b into main May 24, 2023
@Wumpf Wumpf deleted the andreas/stable-image-order branch May 24, 2023 18:52
emilk pushed a commit that referenced this pull request Jun 15, 2023
* deterministic order of depth offset determination

* improved way of grouping images

* memorize pinhole camera to which entities belong during transform tree walk in order to simplify image grouping

* merge sort functions
This was referenced Jun 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🪳 bug Something isn't working 📺 re_viewer affects re_viewer itself 🦟 regression A thing that used to work in an earlier release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants