bevy/crates/bevy_mesh/src/primitives
Thierry Berger 6fc965ed56
Expose a few primitive builders, which seemed to be missed? (#17454)
Some primitives seems to have their export being missed, we can see in
the documentation that types are not followable: :
[CuboidMeshBuilder](https://docs.rs/bevy/latest/bevy/math/prelude/struct.Cuboid.html#impl-Meshable-for-Cuboid)
is not exposed.

This Pr addresses this, + its surrounding modules which were around.
2025-01-20 21:29:38 +00:00
..
dim3 Expose a few primitive builders, which seemed to be missed? (#17454) 2025-01-20 21:29:38 +00:00
dim2.rs Create missing constructors for 2D primitive mesh builders (#17291) 2025-01-14 19:38:45 +00:00
extrusion.rs switch bevy_mesh to use wgpu-types instead of wgpu (#16619) 2024-12-03 19:49:49 +00:00
mod.rs Split out bevy_mesh from bevy_render (#15666) 2024-10-06 14:18:11 +00:00