qmuntal / gltf

Go library for encoding glTF 2.0 files
https://www.khronos.org/gltf/
BSD 2-Clause "Simplified" License
242 stars 32 forks source link

Support binary glTF files where first buffer is not binary #64

Closed qmuntal closed 2 years ago

qmuntal commented 2 years ago

The glTF spec allows omitting the binary chunk without precluding the existence of external or embedded buffers.

This PR updates the gltf encoding and decoding process to support this scenario

Fixes #63