bevy/crates/bevy_gltf/src
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
..
lib.rs allow asset loader pre-registration (#9429) 2023-08-14 21:27:51 +00:00
loader.rs only take up to the max number of joints (#9351) 2023-08-28 16:58:45 +00:00
vertex_attributes.rs animations: convert skinning weights from unorm8x4 to float32x4 (#9338) 2023-08-16 07:27:58 +00:00