Hi all
I recently discovered (cause of yaniki in this thread https://cycling74.com/forums/jit-gl-multiple-replacement-for-tex_offset-tex_scale-as-glparams/)
that you can control the @ttributes via attr.bla . If you have the patience to look in the thread , you'll that I was using a way to do texture displacement
using jit.gl.shader .
So I decided I would rebuilt my jit.gl.scissor patch (posted in the above link) the access to the attr.tex_plane_s attr.tex_plane_t.
The problem I'm having is that I can't have access/control to individual cell with my regular setup.
tex_plane_s is a vec4 and color is a vec4.
As you'll see in the patch below, my setup should work because I'm using with color with no problems.
for tex_plane_s and tex_plane_t: I tried many combos [jit.matrix 4 float32 1 1 1 1] / [jit.matrix 4 float32 5 5 1 1] / [jit.matrix 4 float32 5 5 5 5]
[jit.matrix 4 float32 1 1 1 1]