qmuntal / gltf

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

Support whitespaces in local URIs #61

Closed qmuntal closed 1 year ago

qmuntal commented 1 year ago

This PR adds support for decoding buffers and images with local URIs containing whitespaces by unescaping them during the document decoding.

Fixes #60.