bevy/crates/bevy_gltf/src
floppyhammer 354a5b7933
Handle empty morph weights when loading gltf (#9867)
# Objective

Fixes https://github.com/bevyengine/bevy/issues/9863.

## Solution

Spawn `MorphWeights` after we handle `MeshMorphWeights` for the
children.
2023-09-20 17:40:00 +00:00
..
lib.rs Bevy Asset V2 (#8624) 2023-09-07 02:07:27 +00:00
loader.rs Handle empty morph weights when loading gltf (#9867) 2023-09-20 17:40:00 +00:00
vertex_attributes.rs animations: convert skinning weights from unorm8x4 to float32x4 (#9338) 2023-08-16 07:27:58 +00:00