bevy/crates/bevy_gltf/src
andristarr e50e848b58
Gltf loader now shows which file is missing pre baked tangents (#11854)
# Objective

- Gltf loader now shows which file is missing pre baked tangents
- Fixes #11831

## Solution

- The file name is shown in the error message


- What changed as a result of this PR?
### Changed:
- Gltf loader now shows which file is missing pre baked tangents

- If this PR is a breaking change (relative to the last release of
Bevy), describe how a user might need to migrate their code to support
these changes
- Simply adding new functionality is not a breaking change.
- Fixing behavior that was definitely a bug, rather than a questionable
design choice is not a breaking change.
2024-02-19 16:49:32 +00:00
..
lib.rs Inverse missing_docs logic (#11676) 2024-02-03 21:40:55 +00:00
loader.rs Gltf loader now shows which file is missing pre baked tangents (#11854) 2024-02-19 16:49:32 +00:00
vertex_attributes.rs Import the second UV map if present in glTF files. (#9992) 2023-10-02 21:07:03 +00:00