Sending custom vertex attributes for shaders

Sombrero's icon

Is there any way to send custom vertex attributes for shaders? It seems that jit.gl.render can send the basic vertex attributes only, and jit.gl.sketch does not have any function that can do it. Any idea?

Rob Ramirez's icon

searching the forum for "vertex attributes" or something similar, should reveal some hits.

attached is something made by a user many years ago, that demonstrates the technique.

basically, you need to use jit.gl.mesh to draw, and send it the message "vertex_attr_matrix" followed by the name of the matrix you want to pass to the shader.

5136.p.morph.zip
zip