bevy/crates/bevy_gltf/src
Sarthak Singh 2c4ef37b76
Changed Mesh::attributes* functions to return MeshVertexAttribute (#14394)
# Objective

Fixes #14365 

## Migration Guide

- When using the iterator returned by `Mesh::attributes` or
`Mesh::attributes_mut` the first value of the tuple is not the
`MeshVertexAttribute` instead of `MeshVertexAttributeId`. To access the
`MeshVertexAttributeId` use the `MeshVertexAttribute.id` field.

Signed-off-by: Sarthak Singh <sarthak.singh99@gmail.com>
2024-08-12 15:54:28 +00:00
..
lib.rs Export glTF skins as a Gltf struct (#14343) 2024-08-06 01:14:42 +00:00
loader.rs Export glTF skins as a Gltf struct (#14343) 2024-08-06 01:14:42 +00:00
vertex_attributes.rs Changed Mesh::attributes* functions to return MeshVertexAttribute (#14394) 2024-08-12 15:54:28 +00:00