2f7f3024d9
* removed format, materials library path, & library path from blueprints, obsoleted through "blueprints_path" * related cleanups * added back materials library support but using the assets path |
||
---|---|---|
.. | ||
assets | ||
src | ||
Cargo.toml | ||
README.md |
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