gboisse / gfx

A minimalist and easy to use graphics API.
MIT License
498 stars 35 forks source link

Decode URIs in GLTF files. #139

Closed maoliver-amd closed 2 months ago

maoliver-amd commented 2 months ago

GLTF URIs can sometimes contain special characters (e.g. %20 instead of space) as a result they need to be correctly decoded before they can be used to open files.