Hi,
I found a rather weird bug by accident. If you decode a draco mesh on a Mac with Safari and the web inspector / javascript console opened, it simply gets stuck during decoding. As soon as you close the dev tools things work again as expected.
It happens e.g. with your pg sample from the docs: https://playground.babylonjs.com/#DMZIBD#98 and it also doesn’t matter if you use the new decodeMeshToGeometryAsync() method.
We tried it on 3 different Macs (all running 15.3.1 ans Safari 18.3) with the same result.
Huh, it looks like this is an issue specific to Safari’s Web Inspector regarding web workers. I verified this with different BJS versions, browsers, and similar playgrounds (like this one). You can test for yourself by using numWorkers = 0 into the DracoCompression constructor-- the playground shouldn’t hang anymore.
That has to be the weirdest bug I have seen in a long long time.
I am debugging this right now, let’s see if I can find the cause. the problem is that the safari web inspector is… limited? (I have a different word, but I would rather keep the forum SFW).