bevy/examples/animation
ira 2c5d072e76 Allow passing glam vector types as vertex attributes (#6442)
Allow passing `Vec`s of glam vector types as vertex attributes.
Alternative to #4548 and #2719

Also used some macros to cut down on all the repetition.

# Migration Guide
Implementations of `From<Vec<[u16; 4]>>` and `From<Vec<[u8; 4]>>` for `VertexAttributeValues` have been removed.
I you're passing either `Vec<[u16; 4]>` or `Vec<[u8; 4]>` into `Mesh::insert_attribute` it will now require wrapping it with right the `VertexAttributeValues` enum variant. 

Co-authored-by: devil-ira <justthecooldude@gmail.com>
2022-11-04 03:45:17 +00:00
..
animated_fox.rs Spawn now takes a Bundle (#6054) 2022-09-23 19:55:54 +00:00
animated_transform.rs Spawn now takes a Bundle (#6054) 2022-09-23 19:55:54 +00:00
custom_skinned_mesh.rs Allow passing glam vector types as vertex attributes (#6442) 2022-11-04 03:45:17 +00:00
gltf_skinned_mesh.rs Add global time scaling (#5752) 2022-10-22 18:52:29 +00:00