jackdaw 0.3.1

A 3D level editor built with Bevy
Documentation
1
2
3
4
// Re-export CSG functions from jackdaw_geometry
pub use jackdaw_geometry::{
    brush_planes_to_world, brushes_intersect, clean_degenerate_faces, subtract_brush,
};