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

Load Time Optimization: Faster Environment Map loading #139

Open
vilbeyli opened this issue May 5, 2019 · 0 comments
Open

Load Time Optimization: Faster Environment Map loading #139

vilbeyli opened this issue May 5, 2019 · 0 comments

Comments

@vilbeyli
Copy link
Owner

vilbeyli commented May 5, 2019

Currently, engine doesn't return from load function untill all environment maps are loaded.

They require rendering to cubemaps and they take time generate.

Engine could load the current one that is set in the level, and then return from the load function while queueing the remaining environment maps to a background loading thread. This way we can laod the scene and can wait on the environment map if the user decides to change it right after loading.

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

No branches or pull requests

1 participant