bevy/crates/bevy_render/src/mesh
Robin KAY e6faf993b0 Add support for removing attributes from meshes. (#5254)
# Objective

Support removing attributes from meshes. For an example use case, meshes created using the bevy::predule::shape types or loaded from external files may have attributes that are not needed for the materials they will be rendered with.

This was extracted from PR #5222.

## Solution

Implement Mesh::remove_attribute().
2022-07-08 21:18:32 +00:00
..
mesh Add support for removing attributes from meshes. (#5254) 2022-07-08 21:18:32 +00:00
shape Updated glam to 0.21. (#5142) 2022-07-03 19:55:33 +00:00
mod.rs Mesh Skinning. Attempt #3 (#4238) 2022-03-29 18:31:13 +00:00