Skip to content

Load Time Optimization: Faster Environment Map loading #139

Open
@vilbeyli

Description

@vilbeyli

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions