You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I was doing some test using tinygltf. When loading images and mimeType is an unsupported type, the datauri will be used as the file name to find the file. here may be an issue if datauri size is too large.
The text was updated successfully, but these errors were encountered:
Anyway, parsing DaraURI in tinygltf is not perfect. We'll need to implement proper Data URI parser satisfying the Data URI Spec: https://tools.ietf.org/html/rfc2397
Hi, I was doing some test using tinygltf. When loading images and mimeType is an unsupported type, the datauri will be used as the file name to find the file. here may be an issue if datauri size is too large.
The text was updated successfully, but these errors were encountered: