mirror of
https://github.com/hannobraun/Fornjot
synced 2025-09-08 02:16:31 +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)
|
model::model(&viewer)
|
||||||
})?;
|
})?;
|
||||||
|
|
||||||
fj_export::export(&tri_mesh, "output.3mf")?;
|
fj_export::export(tri_mesh.triangles.iter(), "output.3mf")?;
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user