You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 2, 2026. It is now read-only.
Currently while rendering, only the visible tiles are downloaded and drawn. Then if on a frame we didn't download any new tile, we also stage the surrounding tiles for download.
This behavior could be modified once more to also download larger tiles if neither of the previous two required any downloads. Due to the nature of tiling, larger tiles generally don't require many downloads to cache the visible area, making it well suitable for times at which the downloader is idle.
Currently while rendering, only the visible tiles are downloaded and drawn. Then if on a frame we didn't download any new tile, we also stage the surrounding tiles for download.
This behavior could be modified once more to also download larger tiles if neither of the previous two required any downloads. Due to the nature of tiling, larger tiles generally don't require many downloads to cache the visible area, making it well suitable for times at which the downloader is idle.