Obj cannot be loaded by OBJLoader

Good day. I have been working in an application and trying to load an OBJ that it seems is kind of impossible and I don’t know why.

https://jsfiddle.net/tyqr01n7/2/

Since this is for my job I cannot change the file, but with other files I had found the code works and really I don’t understand why this is happening. I can download the .obj I have to show to my computer and see it using the windows 3D viewer.

If it’s there anyway if I can see warnings while loading the file that would be helpful as well.

Thanks

Updated code: https://jsfiddle.net/567xvn84/2/

The OBJ asset has an extreme scale. If you scale the resulting object down and center it, it should be rendered without issues.

1 Like

Thanks you!