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

Remote textures cannot be loaded #565

Closed gkjohnson closed 4 months ago

gkjohnson commented 4 months ago

eg a GLTFLoader tries to load an external set of textures from a domain that require headers, query parameters, etc.

Demo asset 2389063 from cesium ion (use default key) does not work. Sandcastle demo

gkjohnson commented 4 months ago

This is occurring because the loader is provided by the manager getHandler and the appropriate fetch options fields are not provided to the loader.

ids 2389063, 2389064 use implicit tiling so cannot be easily tested currently.