NASA-AMMOS / 3DTilesRendererJS

Renderer for 3D Tiles in Javascript using three.js
https://nasa-ammos.github.io/3DTilesRendererJS/example/bundle/mars.html
Apache License 2.0
1.47k stars 266 forks source link

Memory explosion #538

Closed ailaohuyou-bj closed 2 months ago

ailaohuyou-bj commented 2 months ago

Hello, could you please advise me on how to modify the issue where the engine loads the memory all at once when I load 3tiles?

gkjohnson commented 2 months ago

Have you taken a look at the documentation and tried adjusting the errorTarget or lruCache sizes? Otherwise you'll need to provide more information about your tiles renderer initialization and tile set for more help.