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

Evaluate stateful LoD streaming #64

Open
Ralith opened this issue May 1, 2022 · 0 comments
Open

Evaluate stateful LoD streaming #64

Ralith opened this issue May 1, 2022 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@Ralith
Copy link
Owner

Ralith commented May 1, 2022

The current design computes the desired set of tiles to load from scratch each frame. This is fast enough for most purposes, but there might be room for improvement:

On each update, for each resident chunk, evaluate whether it should be split or merged according to the LoD predicate. When a split or merge occurs, recursively evaluate the newly introduced chunks.

This avoids traversal of the quadtrees and perhaps hash-table lookups for coherent updates. Performance might be worse for incoherent updates, but those are of less interest.

@Ralith Ralith added enhancement New feature or request good first issue Good for newcomers labels May 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant