I tried to display a Draco format glTF model in Babylon.js.
In Three.js, it is displayed correctly, but in Babylon.js, it seems that part is displayed in black.
It was displayed correctly when not using the Draco extension.
Babylon.js + glTF Format Result:

cc @bghgary
I remembered that there were cases where similar problems occurred with other libraries.
@cx20 Thanks for the bug report. PR for the fix: Fix Draco color attribute bug when using VEC3 by bghgary · Pull Request #7726 · BabylonJS/Babylon.js · GitHub
2 Likes
Thank you for your quick fix. I have confirmed that the model is displayed correctly with the latest version of Babylon.js v4.1.0 
2 Likes


