bevy/crates/bevy_gltf
François b28f6334da
only take up to the max number of joints (#9351)
# Objective

- Meshes with a higher number of joints than `MAX_JOINTS` are crashing
- Fixes partly #9021 (doesn't crash anymore, but the mesh is not
correctly displayed)

## Solution

- Only take up to `MAX_JOINTS` joints when extending the buffer
2023-08-28 16:58:45 +00:00
..
src only take up to the max number of joints (#9351) 2023-08-28 16:58:45 +00:00
Cargo.toml Add support for KHR_materials_emissive_strength (#9553) 2023-08-24 00:17:44 +00:00