Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no local draco decoder found in draco-decoders #29

Closed
3DGISKing opened this issue Aug 21, 2024 · 5 comments
Closed

no local draco decoder found in draco-decoders #29

3DGISKing opened this issue Aug 21, 2024 · 5 comments

Comments

@3DGISKing
Copy link

image

@3DGISKing
Copy link
Author

version 9.1.2

@ebeaufay
Copy link
Owner

That's a warning. The library looks for local draco and ktx .wasm but if they're not packaged, they're fetched online.

The warning about duplicate KTX seems to indicate you already have a ktx loader?

You can specify your own KTXLoader and DracoLoader though you might have to update the versuon, I'll update the readme but it's documented in the jsdocs: https://www.jdultra.com/threedtiles/docs/

@3DGISKing
Copy link
Author

we do not want to use the local version.
it looks like that https://www.gstatic.com/draco/versioned/decoders/1.4.3/ is not valid url.

@ebeaufay
Copy link
Owner

Indeed, alright I'll fix it and document how to specify your own KTXLoader and DracoLoader

@ebeaufay
Copy link
Owner

Hi, I updated the readme in section "Meshopt, Draco and Ktx2"

However you'll have to move to the latest version of the lib.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants