jit.gl.path geometry and jit.gl.multiple
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.
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.