bevy/crates/bevy_gltf/src
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
..
lib.rs make more information available from loaded GLTF model (#1020) 2020-12-31 14:57:15 -06:00
loader.rs gltf-loader: support data url for images (#1828) 2021-04-13 21:30:32 +00:00