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