mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-05 02:18:28 +00:00
Only export external triangles
This commit is contained in:
parent
d34acb2128
commit
989886d251
@ -12,7 +12,7 @@ fn main() -> anyhow::Result<()> {
|
||||
model::model(&viewer)
|
||||
})?;
|
||||
|
||||
fj_export::export(tri_mesh.all_triangles(), "output.3mf")?;
|
||||
fj_export::export(tri_mesh.external_triangles(), "output.3mf")?;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user