Open lilleyse opened 3 weeks ago
Your explanation makes sense to me @lilleyse. I wonder if there's a better library for our purposes than uriparser. I couldn't find one when I originally selected it for cesium-native, but that was over four years ago now.
According to the glTF URIs section:
But when I try to use
GltfReader
to load a glTF with a URI to 🐶.bin I get a runtime error:🐶.gltf.zip
This may be a limitation in
uriparser
which only parses RFC 3986 URIs which are ASCII-based. It does not handle RFC 3987 IRIs which allow Unicode characters verbatim.