I am trying to use a poly line model to setup my icicles.
Currently working with a small section of my layout for the purposes of this write up.
170 nodes, 1 lights/nodes, green square starting location, 10 drop pattern and these are ws2811 pixels
But the issue I’m having is it appears that the node layout doesn’t change no matter which side (blue or green) my start is at.
If I open up the node layout for the model it shows the change of the start corner at the top of the window, but the layout doesn’t change from
N1S1 N11S1
N2S1 N12S1
N3S1 Continues in this pattern up to 170
N4S1
N5S1
N6S1
N7S1
N8S1
N9S1
N10S1
My actual layout is
N161 N151 Continues in this pattern down to N1
N162 N152
N163 N153
N164 N154
N165. N155
N166. N156
N167. N157
N168. N158
N169. N159
N170. N160
When I output text on this setup the words are upside down, or reversed or both.
When I set up a matrix in the layout I can get the words to output on my lights correctly if I set the start corner at top-right.
Any suggestions are appreciated
Thanks