kovacsv / Online3DViewer

A solution to visualize and explore 3D models in your browser.
https://3dviewer.net
MIT License
2.41k stars 529 forks source link

Gltf file with VALUE_NOT_IN_RANGE not opening #311

Closed zen253230 closed 1 year ago

zen253230 commented 1 year ago

Hello !

I've got following problem when loading following gltf Commodore64.zip The file doese not open glTF-Validator indicates multiple errors. I believe the decisive ones are VALUE_NOT_IN_RANGE

To Reproduce open the file

Expected behavior the file would load even with its specification errors and without the texture file

Thank you !

kovacsv commented 1 year ago

Usually I'm not optimizing for invalid files, but in this case it doesn't have any texture coordinates, and it could be handled easily.

kovacsv commented 1 year ago

model

zen253230 commented 1 year ago

Thank you very much!