mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 12:43:34 +00:00
e8041150ee
# Objective - Easier to work with model assets - Models are often one mesh, many textures. This can be hard to use in Bevy as it's not possible to clone the scene to have one scene for each material. It's still possible to instantiate the texture-less scene, then modify the texture material once spawned but that means happening during play and is quite more painful ## Solution - Expose the code to clone a scene. This code already existed but was only possible to use to spawn the scene |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |