mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-11 17:24:20 +02:00
format
This commit is contained in:
@@ -14,7 +14,8 @@ function bezier_surface(t_step, ctrl_pts) =
|
|||||||
bezier_curve(t_step, ctrl_pts[i])
|
bezier_curve(t_step, ctrl_pts[i])
|
||||||
])
|
])
|
||||||
[for(x = 0; x < len(pts[0]); x = x + 1)
|
[for(x = 0; x < len(pts[0]); x = x + 1)
|
||||||
bezier_curve(t_step,
|
bezier_curve(
|
||||||
[for(y = [0:len(pts) - 1]) pts[y][x]]
|
t_step,
|
||||||
|
[for(y = [0:len(pts) - 1]) pts[y][x]]
|
||||||
)
|
)
|
||||||
];
|
];
|
Reference in New Issue
Block a user