mirror of
https://github.com/kaosat-dev/Blender_bevy_components_workflow.git
synced 2024-11-22 20:00:53 +00:00
3bc1a87d1e
* updated dependencies * updated code where relevant * temporary removed editor * attempting to tweak lighting/camera proxies to match Bevy's new defaults * updated assets where relevant * still wip, as bevy_xpbd is not yet updated for 0.13 * all work except the above & save/load |
||
---|---|---|
.. | ||
assets | ||
src | ||
Cargo.toml | ||
README.md |
Materials example/demo
Example of materials use & reuse (including textures) to avoid redundant materials in blueprints gltfs that lead to asset & memory bloat
- to be used together with
gltf_auto_export
version >0.6 with the "materials library" option for exports - It shows you how ou can configure
Bevy_gltf_blueprints
to support material libraries - material library is here
Running this example
cargo run --features bevy/dynamic_linking