bevy/crates/bevy_gltf
Jakob Hellermann d119c1ce14 gltf-loader: support data url for images (#1828)
This allows the `glTF-Embedded` variants in the [sample models](https://github.com/KhronosGroup/glTF-Sample-Models/) to be used.
The data url format is relatively small, so I didn't include a crate like [docs.rs/data-url](https://docs.rs/data-url/0.1.0/data_url/).

Also fixes the 'Box With Spaces' model as URIs are now percent-decoded.

cc #1802
2021-04-13 21:30:32 +00:00
..
src gltf-loader: support data url for images (#1828) 2021-04-13 21:30:32 +00:00
Cargo.toml gltf-loader: support data url for images (#1828) 2021-04-13 21:30:32 +00:00