bevy/crates/bevy_mesh/src
aloucks edba54adac
Fix mesh tangent attribute matching in mesh transform operations (#17992)
Fixes #17170

# Objective

Tangents are not currently transformed as described in #17170. I came
across this while working on #17989 and it seemed like low hanging
fruit.
2025-03-07 17:39:42 +00:00
..
primitives Implementing Reflect on *MeshBuilder types (#17600) 2025-02-03 21:53:51 +00:00
conversions.rs
index.rs
lib.rs Move #![warn(clippy::allow_attributes, clippy::allow_attributes_without_reason)] to the workspace Cargo.toml (#17374) 2025-01-15 01:14:58 +00:00
mesh.rs Fix mesh tangent attribute matching in mesh transform operations (#17992) 2025-03-07 17:39:42 +00:00
mikktspace.rs
morph.rs Upgrade to Rust Edition 2024 (#17967) 2025-02-24 03:54:47 +00:00
skinning.rs Retain skins from frame to frame. (#17818) 2025-02-18 00:56:04 +00:00
vertex.rs Upgrade to wgpu v24 (#17542) 2025-02-09 19:40:53 +00:00