jit.gl.path geometry and jit.gl.multiple

Eldar Sadykov's icon

Hello!

I have jit.gl.multiple attached to jit.gl.path. But i want to specify a 10-plane geometry matrix (x,y,z,r,g,b,a,xscale,yscale,orient angle) for each instance of jit.gl.path individually. Is that somehow possible?

Thanks.

Eldar Sadykov's icon

Well, now i realize that there can be a solution without jit.gl.multiple. Just one lo-o-[object_count]-o-o-ong matrix with all geometry with empty gaps (0 scale or 0 alpha) between each object.

Solved.

But if you have ideas with gl.multiple i am interested.