mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
3aad5c6b99
# 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 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |