SplinesToLineStripArray Op

SplinesToLineStripArray

convert an array of splines to one "line stripped" array


<p>input format is: <code>[[x1,y1,z1,x2,y2,z2,x3,y3,z3],[x4,y4,z4,x5,y5,z5,x6,y7,z7]]</code></p> <p>output would be:</p> <p><code>[x1,y1,z1,x2,y2,z2,x2,y2,z2,x3,y3,z3,x4,y4,z4,x5,y5,z5,x5,y5,z5,x6,y6,z6]</code></p> <p>when connected to simplespline this will draw 2 lines, each consting of 3 points ( in one draw call)</p>


Full Name
  • Ops.Array.SplinesToLineStripArray
Visibility
  • Core Op - Official cables op
License
  • MIT
Authorgithub


INPUT PORTS


Array (Array)

<p>Array in</p>

OUTPUT PORTS


Result (Array)

<p>Array out</p>


Patches using SplinesToLineStripArray

  • Examples
  • Public
  • My Patches

Changelog


created opuser avatarpandur - 2019-11-14 21:00
Ops.User.pandur.ArrayOfSplinesToLineStripArray renamed to Ops.Array.SplinesToLineStripArrayuser avatarpandur - 2019-11-15 09:15