I have been working on a 3d port of geo , geo-3d, to which I would like to add an integration of csgrs.
For this I will need to make some changes to make more functionality optional.
Plan for the pull:
Make the BSP intersection test fully 3d.
Document all modules and structs.
Move main.rs to examples, split for maximum usefulness. And the example shape functions to a mod behind a the shapes feature.
Blocked on #31
I have been working on a 3d port of
geo,geo-3d, to which I would like to add an integration ofcsgrs.For this I will need to make some changes to make more functionality optional.
Plan for the pull:
Make the BSP intersection test fully 3d.
Document all modules and structs.
Move
main.rsto examples, split for maximum usefulness. And the example shape functions to a mod behind a theshapesfeature.Blocked on #31