Open ThomasCartier opened 2 months ago
Hey,
PolygonSoup
and CornerTable
are surface meshes approximated with triangles. Do you want to create a hollow inside of a model?CornerTable
and PolygonSoup
can be created from the list of vertices and face indices using the from_vertices_and_indices
method. Are you looking for something that would accept just a list of vertices? I would appreciate suggestions on how to make API more intuitive.
Hi, do you think we can:
It's really nice to see geometric processing crates in Rust. Nice work!