bevy/crates/bevy_mesh/src
Stepan Koltsov 0cc53458cc
Indices::push(u32) (#16014)
# Objective

Making work with `Indices` struct easier. Currently when building
indices in some quick-and-dirty code we need to do matches and handle
enum variants.

## Solution

`Indices::push` utility which works transparently with `U16` and `U32`
variants.

## Testing

Unit test added.
2024-10-20 13:51:55 +00:00
..
primitives Remove write access to ConvexPolygon.vertices (#15965) 2024-10-16 22:21:01 +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
mesh.rs
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
vertex.rs Remove thiserror from bevy_mesh (#15768) 2024-10-09 14:24:54 +00:00