We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Load gltf modle cause error. This gltf modle use dacro extension. https://gw.alipayobjects.com/os/lottie-asset/a3a6c219-0871-457b-a6c6-3855b317643c/IWC_Portugieser3716_05.gltf
demo code:
engine.resourceManager .load<GLTFResource>("https://gw.alipayobjects.com/os/lottie-asset/a3a6c219-0871-457b-a6c6-3855b317643c/IWC_Portugieser3716_05.gltf") .then((gltf) => { //.... });
The text was updated successfully, but these errors were encountered:
fix: DRACO decode bug (galacean#141)
a26f5b7
fix: GLTF DRACO decode bug (#141) (#164)
19a1f32
fix: GLTF DRACO decode bug (galacean#141) (galacean#164)
11469a3
zhuxudong
Successfully merging a pull request may close this issue.
Load gltf modle cause error.
This gltf modle use dacro extension.
https://gw.alipayobjects.com/os/lottie-asset/a3a6c219-0871-457b-a6c6-3855b317643c/IWC_Portugieser3716_05.gltf
demo code:
The text was updated successfully, but these errors were encountered: