bevy_more_shapes 0.2.0

Bevy engine plugin that adds additional shapes to the existing collection of procedurally generated geometry.
Documentation
1
2
3
4
5
6
7
pub mod cone;
pub mod cylinder;
pub mod grid;

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