mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-26 07:55:16 +02:00
update demo
This commit is contained in:
@@ -113,9 +113,7 @@ points = [
|
|||||||
for(z = [0:40:255]) {
|
for(z = [0:40:255]) {
|
||||||
for(row = marching_squares(points, z)) {
|
for(row = marching_squares(points, z)) {
|
||||||
for(line = row) {
|
for(line = row) {
|
||||||
p0 = [line[0][0], line[0][1]];
|
hull_polyline2d(line, width = .25);
|
||||||
p1 = [line[1][0], line[1][1]];
|
|
||||||
hull_polyline2d([p0, p1], width = .25);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user