glTF-Validator icon indicating copy to clipboard operation
glTF-Validator copied to clipboard

Different MIME type reported for embedded buffers

Open javagl opened this issue 2 years ago • 0 comments
trafficstars

The validation report contains a section about the "resources", including the data URIs and their MIME type. The (embedded) Triangle sample model https://github.com/KhronosGroup/glTF-Sample-Models/blob/master/2.0/Triangle/glTF-Embedded/Triangle.gltf uses application/octet-stream as its MIME type. The report says that the MIME type was application/gltf-buffer. While both of them are valid, I wonder why the validator does not say what the real (declared) MIME type was.

javagl avatar Apr 16 '23 14:04 javagl