You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: node/documentation/tutorial/exploring.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,8 +52,8 @@ The idea is to create a pattern that can be easily changed by using a seed param
52
52
53
53
Create two [wiggle nodes](/node/reference/corevector/wiggle.html) and connect polygon1 to wiggle1 and polygon2 to wiggle2.
54
54
55
-
* Set **Offset** to **30** for the wiggle node handling the pentagon.
56
-
* Set **Offset** to **10** for the other one.
55
+
* Set **Offset** to **30 and 30** for the wiggle node handling the pentagon.
56
+
* Set **Offset** to **10 and 10** for the other one.
57
57
* Set **Seed** respectively **0** and **1**
58
58
59
59
We will generate a new shape based on the two shapes by using a binary operation.
@@ -89,13 +89,15 @@ Now we will create a [grid node](/node/reference/corevector/grid.html) to multip
89
89
90
90
* Set **Rows** to **1**.
91
91
* Set **Columns** to **10**.
92
+
* Set **Width** to **1000**
92
93
93
94
Now add a [translate node](/node/reference/corevector/translate.html) to the network and send the pattern (copy1) to the shape port and grid1 to the (blue) translate port.
94
95
95
96
Finally add another copy node and send translate1 to it.
96
97
97
98
* Set **Copies** to **10**
98
-
* Set **Translate** to **-50** and **90**
99
+
* Set **Translate** to **-56** and **95**
100
+
* Scale should remain at **100** and **100**
99
101
100
102
Rendering the copy2 node should return this result:
0 commit comments