bevy_more_shapes 0.3.0

Bevy engine plugin that adds additional shapes to the existing collection of procedurally generated geometry.
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod cone;
pub mod cylinder;
pub mod grid;
pub mod polygon;
pub mod torus;
pub(crate) mod util;

pub use crate::cone::Cone;
pub use crate::cylinder::Cylinder;
pub use crate::grid::Grid;
pub use crate::polygon::Polygon;