jit.expr + matrices interpolation on jit.gl.mesh
Hi all,
i' was seeing the Andrew Benson post on jit.expr,
what i'm trying to do with my patch is to interpolate 2 jit.expr matrices affected by noise and send the interpolation to a jit.gl.mesh object to use it with textures. Also when i use the "matrixoutput 1" i don't see anymore the jit.gl.mesh render.
this is my patch
i can manage to use 2 models and interpolate them, but i can't get to do that with the previous patch,
this is the other patch that shows the kind of interpolation i want with the jit.gl.model
Thanks in advance for any suggestions!
hi AGUSTIN. it's not clear to me what you are asking. both of these patches seem to be working fine.
Hi Rob,
thanks for your help, i've just saw what's wrong, i was sending incorrect messages to the jit.gl.mesh object,
the 1st patch send the matrices right, but what i wanted was to get an interpolation of the 2 noise matrices to modulate the jit.gl.mesh, (something like the jit.gl.model interpolations on the 2nd patch)
i realised that first i need to create the interpolation between matrices and then send them to the mesh with the qmetro messages,
i'm still trying to get the differences between matrices, expr and jit.gl and how they interact with each other,
i'm gonna post the patch with the kind of solution i was looking for, perhaps it can clarify things a bit
thanks again!