3DTilesRendererJS
3DTilesRendererJS copied to clipboard
LRUCache UnloadCallback: Consider adjusting unload sort callback to take two tiles
Related to #189
Consider adjusting unload callback to take the two tiles to sort in order to afford more sophisticated unload logic such as unloading by the deepest, least recently used tiles (tile.__lastFrameVisited
), and then furthest tiles first.