How to Access Vertex Colors in jit.gl.mesh?
I can successfully get vertex color data using jit.gl.model (it loads them by default without extra setup).
Now, I want to add some animation, so I'm trying to use:
jit.gl.model @matrixoutput 2 → jit.gl.meshBut jit.gl.mesh doesn’t seem to receive the vertex color information anymore.
Max Patch
Copy patch and select New From Clipboard in Max.
just need to grab the color planes (8- 12) and send them to the color_matrix input of jit.gl.mesh
Max Patch
Copy patch and select New From Clipboard in Max.
@ROB RAMIREZ
Thanks for your help!
I can run it smoothly, but I still don't understand the logic. I will study it carefully!