mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-04 01:48: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])
|
||||
// connection to outer boundary
|
||||
.line_from([-0.5, -0.5]);
|
||||
// connection between last and first point is implicit, so we're
|
||||
// done here
|
||||
// connection between last and first point is implicit, so we're done
|
||||
// here
|
||||
|
||||
let surface = Handle::new(Surface {
|
||||
geometry: Box::new(SweptCurve {
|
||||
|
Loading…
Reference in New Issue
Block a user