bevy/crates/bevy_asset/src
François 21794fe6df
make more information available from loaded GLTF model (#1020)
make more information available from loaded GLTF model 
* make gltf nodes available as assets
* add list of primitive per mesh, and their associated material
* complete gltf structure
* get names of gltf assets
* only load materials once
* add labels with node names
2020-12-31 14:57:15 -06:00
..
diagnostic updates on diagnostics (log + new diagnostics) (#1085) 2020-12-24 13:28:31 -06:00
io Fix errors and panics to typical Rust conventions (#968) 2020-12-02 11:31:16 -08:00
asset_server.rs add ability to provide custom a AssetIo implementation (#1037) 2020-12-18 13:34:44 -06:00
assets.rs Adopt a Fetch pattern for SystemParams (#1074) 2020-12-15 21:57:16 -08:00
filesystem_watcher.rs Fix errors and panics to typical Rust conventions (#968) 2020-12-02 11:31:16 -08:00
handle.rs fix scene loading (#988) 2020-12-03 13:57:36 -08:00
info.rs Bevy Reflection (#926) 2020-11-27 16:39:59 -08:00
lib.rs updates on diagnostics (log + new diagnostics) (#1085) 2020-12-24 13:28:31 -06:00
loader.rs make more information available from loaded GLTF model (#1020) 2020-12-31 14:57:15 -06:00
path.rs Fix errors and panics to typical Rust conventions (#968) 2020-12-02 11:31:16 -08:00