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

Implement Region Streaming #491

Open
TokisanGames opened this issue Sep 15, 2024 · 0 comments
Open

Implement Region Streaming #491

TokisanGames opened this issue Sep 15, 2024 · 0 comments
Labels
big terrains Issues that need to be addressed for big terrains enhancement New feature or request
Milestone

Comments

@TokisanGames
Copy link
Owner

TokisanGames commented Sep 15, 2024

Description

  • Load and unload regions as they enter or exit camera visible bounds.
  • Change region map into a fixed size array with loaded & visible regions, which it already is, but make it a region map relative to the camera, not relative to 0, 0, 0.
  • Fixed bounds of the region grid have been expanded from 16x16 to 32x32. Instead make the fixed grid for what is streamed in and visible, set to an adjustable number, and the possible loadable bounds unlimited.
@TokisanGames TokisanGames added enhancement New feature or request big terrains Issues that need to be addressed for big terrains labels Sep 15, 2024
@TokisanGames TokisanGames added this to the Beta 0.9.x milestone Sep 15, 2024
@TokisanGames TokisanGames modified the milestones: 0.9, 1.0 Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
big terrains Issues that need to be addressed for big terrains enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant