bevy/crates/bevy_gltf
François 3aad5c6b99
animations: convert skinning weights from unorm8x4 to float32x4 (#9338)
# Objective

- Fixes part of  #9021 

## Solution

- Joint mesh are in format `Unorm8x4` in some gltf file, but Bevy
expects a `Float32x4`. Converts them. Also converts `Unorm16x4`
- According to gltf spec:
https://registry.khronos.org/glTF/specs/2.0/glTF-2.0.html#skinned-mesh-attributes
> WEIGHTS_n: float, or normalized unsigned byte, or normalized unsigned
short
2023-08-16 07:27:58 +00:00
..
src animations: convert skinning weights from unorm8x4 to float32x4 (#9338) 2023-08-16 07:27:58 +00:00
Cargo.toml Bump Version after Release (#9106) 2023-07-10 21:19:27 +00:00