draco_decoder issue #575
Unanswered
Kevin-Hamilton
asked this question in
Q&A
Replies: 3 comments
-
We're experiencing the same issue after google released draco 1.4.3 yesterday. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think theres an issue open here – google/draco#751 |
Beta Was this translation helpful? Give feedback.
0 replies
-
From Discord: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm suddenly getting RuntimeErrors in WebAssembly associated with my calls to useGLTF().
Looking at the source code, I saw I could pass a URL as the 2nd parameter of useGLTF, so I updated my calls to use the URL https://www.gstatic.com/draco/versioned/decoders/1.4.3/ and that seems to have fixed the problem.
It looks like the recommendation here: https://github.com/google/draco is to use that versioned URL format instead of the https://www.gstatic.com/draco/v1/decoders/ that drei is using here:
drei/src/core/useGLTF.tsx
Line 13 in c255ecb
It seems highly unusual that Google would introduce breaking changes to a previously stable URL like https://www.gstatic.com/draco/v1/decoders/ so I'm wondering if anyone else is seeing the same issue as me, or is it just me?
Beta Was this translation helpful? Give feedback.
All reactions