mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-17 12:10:47 +02:00
updated example
This commit is contained in:
@@ -36,15 +36,7 @@ Dependencies: `rotate_p`, `archimedean_spiral`, `cross_sections`, `polysections`
|
|||||||
init_angle = 180,
|
init_angle = 180,
|
||||||
point_distance = 5,
|
point_distance = 5,
|
||||||
num_of_points = 100,
|
num_of_points = 100,
|
||||||
scale = [1, 5],
|
scale = [1, 5]
|
||||||
triangles = [
|
|
||||||
[0, 1, 2],
|
|
||||||
[0, 2, 3],
|
|
||||||
[0, 3, 4],
|
|
||||||
[0, 4, 7],
|
|
||||||
[4, 5, 6],
|
|
||||||
[4, 6, 7]
|
|
||||||
]
|
|
||||||
);
|
);
|
||||||
|
|
||||||

|

|
||||||
|
Reference in New Issue
Block a user