Blender_bevy_components_wor.../examples/blenvy/blueprints
kaosat.dev b756819088 chore(Blenvy): more general cleanups & doc updates
* also more work done on example upgrades
2024-07-16 23:51:49 +02:00
..
art refactor(Blenvy:Bevy): more examples restructure & cleanup 2024-07-16 11:17:05 +02:00
assets refactor(examples): started simplifying & restructuring examples 2024-07-16 11:11:25 +02:00
src refactor(examples): started simplifying & restructuring examples 2024-07-16 11:11:25 +02:00
Cargo.toml refactor(examples): started simplifying & restructuring examples 2024-07-16 11:11:25 +02:00
README.md chore(Blenvy): more general cleanups & doc updates 2024-07-16 23:51:49 +02:00

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 blenvy version >0.6 with the "materials library" option for exports
  • It shows you how ou can configureBevy_gltf_blueprints to support material libraries
  • material library is here

Running this example

cargo run --features bevy/dynamic_linking