SimpleSpline_v2 Op

SimpleSpline

Draws a simple spline only one pixel wide



Full Name
  • Ops.Gl.Meshes.SimpleSpline_v2
Visibility
  • Core Op - Official cables op
License
  • MIT
AuthorgithubTest Patches








No op example found on this server

INPUT PORTS


Render (Trigger)

<p>Trigger the op</p>

Points (Array)

<p>Array in - needs to be in xyzxyzxyz format</p>

Num Points (Number:

<i>integer</i>

)

<p>Amount of points to render - useful for drawing out lines </p>

Line Strip (Number:

<i>boolean</i>

)

<p>Changes rendering method to linestrip</p>

TexCoords index (Number:

<i>integer</i>

)
 0  0-1  Random  Fill 
TexCoords Array (Array)
Vertex Colors (Array)

OUTPUT PORTS


Geometry (Object)

<p>Geometry object out</p>

Next (Trigger)

<p>Trigger out</p>


Patches using SimpleSpline_v2

  • Examples
  • Public
  • My Patches

Changelog


featureadded "vertex color array" inputuser avatarpandur - 2022-01-31 09:10
bugfixNew Version v2: An array with the length of 0 will now draw nothing. (was: was still drawing the last valid spline)user avatarpandur - 2024-09-12 14:05