<div dir="ltr">I have (large, e.g. size  >512) quickly-varying arrays of data in Pd that I'd like to turn into vertices/lines in GEM. How do I either<div><br></div><div>1) draw a large mesh (such as with jit.gl.mesh) without having to, for example, specify a [polygon] with 512 inlets</div><div><br></div><div>or</div><div><br></div><div>2) send individual drawline commands to GEM (without having to, for example, use GEMglBegin with 512 GEMglVertex3f objects in a row), e.g. [drawline x y z x y z (</div><div><br></div><div>(the only other idea I have is to use a vertex shader and send in lists of point data as a parameter to that, which hopefully doesn't have a bottleneck)</div><div><br></div><div>thanks for any advice, Dan</div></div>