bevy/crates/bevy_mesh/src
Stepan Koltsov d0af199249
Add a test for Mesh::triangles and fix for TriangleStrip (#16026)
# Objective

- Illustrate behavior with a test
- Fix a bug revealed by a test

## Solution

- Add a test and fix

## Testing

Test added.
2024-10-21 15:57:52 +00:00
..
primitives Use en-us locale for typos (#16037) 2024-10-20 18:55:17 +00:00
conversions.rs Remove thiserror from bevy_mesh (#15768) 2024-10-09 14:24:54 +00:00
index.rs Indices::push(u32) (#16014) 2024-10-20 13:51:55 +00:00
lib.rs Split out bevy_mesh from bevy_render (#15666) 2024-10-06 14:18:11 +00:00
mesh.rs Add a test for Mesh::triangles and fix for TriangleStrip (#16026) 2024-10-21 15:57:52 +00:00
mikktspace.rs Remove thiserror from bevy_mesh (#15768) 2024-10-09 14:24:54 +00:00
morph.rs Fix *most* clippy lints (#15906) 2024-10-14 20:52:35 +00:00
skinning.rs Split out bevy_mesh from bevy_render (#15666) 2024-10-06 14:18:11 +00:00
vertex.rs Remove thiserror from bevy_mesh (#15768) 2024-10-09 14:24:54 +00:00