Luís Fernandes

Results 33 comments of Luís Fernandes

I will be sure to do that today then :) Thanks again!

Is it incompatible with jest-hoist? I get a `Invalid variable access: _extends` whenever I use rewire babel plugin.

I got the same bus issue with a specific .gltf file (that was first converted from fbx). The gltf shows 19 errors in gltf-viewer, but it still loads. The specific...

Thanks for the reply and help! While I understand that, I was wondering if gltf-pipeline can perform some specific validation that avoids the bus error to begin with. I wonder...

Anything we can do to help getting this merged? From what I'm understanding from the code, this wouldn't make it possible to first decompress and then compress again (to guarantee...

I have the exact same issue with the following file. It's causing the socket to hang. [faulty.obj.zip](https://github.com/CesiumGS/obj2gltf/files/14893753/faulty.obj.zip)

Ah. using this last version of paths without the intermediate cmake ../ worked. I tried without it before but I would get some error about not finding emscripten, so it...

A normal error would be fine and expected. But causing a bus error (since 1.3.6) and the fact that listening to such termination signal (SIGBUS) makes everything hang is worth...

Seems similar indeed. For now yeah, gltf Validator seems the best option. Even created https://github.com/KhronosGroup/glTF-Validator/pull/205 specifically for this. Could also be a side effect or related to https://github.com/google/draco/issues/629 as mentioned...