Blender_bevy_components_wor.../crates/bevy_gltf_component_refs
andriyDev 9c7dfb5c76 Replace `FromGltfRef` trait with `From<Entity>`.
The fewer traits the better. This does add a little bit of a weirdness where it's unclear that some components should implement this, however in those cases, users can always fallback to manually dealing with GltfRefMap.
2024-05-31 15:32:39 -07:00
..
src Replace `FromGltfRef` trait with `From<Entity>`. 2024-05-31 15:32:39 -07:00
Cargo.toml Switch to using the SceneInstance component to determine the nearest Gltf. 2024-05-25 19:26:55 -07:00
LICENSE.md Create the basic empty project for component refs. 2024-05-25 00:31:48 -07:00
LICENSE_APACHE.md Create the basic empty project for component refs. 2024-05-25 00:31:48 -07:00
LICENSE_MIT.md Create the basic empty project for component refs. 2024-05-25 00:31:48 -07:00