KhronosGroup/glTF-Sample-Models

Some models use data-uri media type 'gltf-buffer' instead of 'octet-stream', is it right?

shrinktofit opened this issue · 1 comments

spec says:

*.bin files use application/octet-stream

So I add this validation to my glTF reader. Is this necessary or should I just ignore the media type when decode buffer data-uri?

There's a pending PR to update the spec: KhronosGroup/glTF#1180

Both options are valid.