Some Draco format models are not displayed correctly

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.

Babylon.js + glTF Draco Format Result:
image

Three.js + glTF Draco Format Result:
image

It was displayed correctly when not using the Draco extension.
Babylon.js + glTF Format Result:
image

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 :tada:

Babylon.js v4.1.0 + glTF Draco Format Result:
image

2 Likes