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

Reduce horizon and sky jitter #25

Merged
merged 4 commits into from
Aug 13, 2024
Merged

Conversation

Carifio24
Copy link
Member

@Carifio24 Carifio24 commented Aug 13, 2024

This PR reduces the horizon and sky jitters. This is accomplished by constructing these via the WWT graphics primitives directly, rather than using annotations that we update on an interval. I have some ideas on how to extract this into general toolkit functionality, but for this story I've just injected the drawing directly into the render loop. Overall, this new system has the benefit that we don't need to worry at all about managing updating the horizon/sky to deal with location or time changes - it will just automatically do what we want it to. This also means that we can get rid of our Annotation2 class.

@Carifio24 Carifio24 merged commit 26f2c8d into cosmicds:main Aug 13, 2024
1 check passed
@Carifio24 Carifio24 changed the title Remove horizon and sky jitter completely Reduce horizon and sky jitter Aug 13, 2024
@Carifio24
Copy link
Member Author

So it turns out there is still some jitteriness, but I had to be zoomed in about 10 levels in order to see it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant