Blender_bevy_components_wor.../examples
Mark Moissette 9a765d5e12
feat(bevy_gltf_blueprints): added ability to generate blueprint/scene aabbs automatically (#57)
* settable via a config flag & systems won't run if the flag is not set
 * caches aabbs per blueprint name so they do not need to be recomputed multiple time for the same blueprint
 * closes #56
2023-11-25 02:35:48 +01:00
..
bevy_gltf_blueprints feat(bevy_gltf_blueprints): added ability to generate blueprint/scene aabbs automatically (#57) 2023-11-25 02:35:48 +01:00
bevy_gltf_components/basic feat(examples): added basic_xpbd_physics example (#45) 2023-11-13 16:16:31 +01:00
README.md refactor(examples): restructure examples (#44) 2023-11-13 14:36:42 +01:00

README.md

Examples

This folder contains numerous examples showing how to use both bevy_gltf_components and bevy_gltf_blueprints. Each example is its own crate so its dependencies are specific & clear.