mirror of
https://github.com/hannobraun/Fornjot
synced 2025-07-21 01:16:13 +00:00
Update to latest fj_export
This commit is contained in:
parent
8540ed7d74
commit
d6c0de415b
@ -12,7 +12,7 @@ fn main() -> anyhow::Result<()> {
|
||||
model::model(&viewer)
|
||||
})?;
|
||||
|
||||
fj_export::export(&tri_mesh, "output.3mf")?;
|
||||
fj_export::export(tri_mesh.triangles.iter(), "output.3mf")?;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user