Blender_bevy_components_wor.../examples/blueprints
kaosat.dev 1e262cb724 feat(Blenvy):
* more documentation work
 * moved examples to the root of examples
 * minor tweaks
2024-07-20 12:36:59 +02:00
..
art feat(Blenvy): 2024-07-20 12:36:59 +02:00
assets feat(Blenvy): 2024-07-20 12:36:59 +02:00
src feat(Blenvy): 2024-07-20 12:36:59 +02:00
Cargo.toml feat(Blenvy): 2024-07-20 12:36:59 +02:00
README.md feat(Blenvy): 2024-07-20 12:36:59 +02:00

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