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
But unpkg.com can be down sometimes which renders the web app unresponsive.
Describe the solution you'd like
A way to provide the draco-worker.js from a different source to make it more reliable.
Describe alternatives you've considered
I looked into the xeokit code, I can't find where the unpkg request is made except in a cryptic file which I don't know where it's located
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The GLTF plugin uses the draco loader which uses a web worker loaded from an external cdn (see screenshot), in https://unpkg.com/@loaders.gl/draco@3.2.6/dist/draco-worker.js
But unpkg.com can be down sometimes which renders the web app unresponsive.
Describe the solution you'd like
A way to provide the draco-worker.js from a different source to make it more reliable.
Describe alternatives you've considered
I looked into the xeokit code, I can't find where the unpkg request is made except in a cryptic file which I don't know where it's located
The text was updated successfully, but these errors were encountered: