bevy/crates/bevy_gltf
Jasen Borisov 2e72755b8a GLTF loader: support mipmap filters (#1639)
This removes the `GltfError::UnsupportedMinFilter` error.

I don't think this error should have existed in the first place, because it prevents users from using assets that bevy could totally render (without mipmap support as of yet).

It's much better to load the asset properly and then render it (even if it looks a little ugly), than to refuse to load the asset at all, giving users a confusing error.
2021-03-13 18:44:26 +00:00
..
src GLTF loader: support mipmap filters (#1639) 2021-03-13 18:44:26 +00:00
Cargo.toml Glb textures should use bevy_render to load images (#1454) 2021-03-03 21:36:16 +00:00