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.57k stars 280 forks source link

If loading a large model, will it use web work acceleration? #552

Closed bbhxwl closed 4 months ago

bbhxwl commented 4 months ago

If loading a large model, will it use web work acceleration?

gkjohnson commented 4 months ago

If you search through the issues you will see some discussions about WebWorkers (#489, #318), but no they are not used currently. You'll have to be more specific about what you're expecting, though. As with any threading solution, Webworkers will not just easily improve any performance bottleneck.