michelangelo 0.2.5

a work-in-process library for procedurally constructing 3D geometries
Documentation
1
2
3
4
5
6
7
mod mesh;
mod mesh_grouper;
mod sculpt;

pub use self::mesh::{Mesh, Vertex, Instance};
pub use self::mesh_grouper::{MeshGrouper, GroupChange};
pub use self::sculpt::{SculptLine, Surface, SpannedSurface, FlatSurface, Sculpture, SkeletonSpine, RoofSurface, GableSurface};