mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-06 19:08:28 +00:00
Update formatting
This commit is contained in:
parent
20dfb0f11b
commit
87dbb80db9
@ -26,8 +26,8 @@ pub fn model(viewer: &Viewer) -> TriMesh {
|
|||||||
.line_from([0.5, -0.5])
|
.line_from([0.5, -0.5])
|
||||||
// connection to outer boundary
|
// connection to outer boundary
|
||||||
.line_from([-0.5, -0.5]);
|
.line_from([-0.5, -0.5]);
|
||||||
// connection between last and first point is implicit, so we're
|
// connection between last and first point is implicit, so we're done
|
||||||
// done here
|
// here
|
||||||
|
|
||||||
let surface = Handle::new(Surface {
|
let surface = Handle::new(Surface {
|
||||||
geometry: Box::new(SweptCurve {
|
geometry: Box::new(SweptCurve {
|
||||||
|
Loading…
Reference in New Issue
Block a user