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

Texture streaming #34

Open
BearishSun opened this issue Mar 16, 2018 · 0 comments
Open

Texture streaming #34

BearishSun opened this issue Mar 16, 2018 · 0 comments
Labels
OFFICIAL type: enhancement [MAJOR] Feature that takes a few weeks up to few months to implement
Milestone

Comments

@BearishSun
Copy link
Member

Currently the textures are either fully loaded or fully unloaded. Enhance the system so it can stream different texture mip-levels one by one. This way textures that are further away can have their higher quality mip levels unloaded, saving on memory. And as the player moves through the world new textures can be easily loaded in as required. This feature is very important for large open world projects.

@BearishSun BearishSun added type: enhancement [MAJOR] Feature that takes a few weeks up to few months to implement OFFICIAL labels Mar 16, 2018
@BearishSun BearishSun added this to the Longterm milestone Mar 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OFFICIAL type: enhancement [MAJOR] Feature that takes a few weeks up to few months to implement
Projects
None yet
Development

No branches or pull requests

1 participant