jit.gl.multiple question

t's icon

Aloha!

I would like to get rid of the initial jit.gl.gridshape shape that I feed into jit.gl.multiple. How?

Please zoom out the rendering context to see the problem. The big square plane is unwanted.

Max Patch
Copy patch and select New From Clipboard in Max.

Thanks a lot!

LSka's icon
Max Patch
Copy patch and select New From Clipboard in Max.

If you connect jit.gl.multiple to jit.gl.gridshape instead of using @targetname, it seems to work

vichug's icon
Max Patch
Copy patch and select New From Clipboard in Max.

You need to set the @automatic 0 attribute of your jit.gl.gridshape ; if you don't jit.gl.gridshape object will automatically ask to be rendered ; so it will be rendered once outside of the context of the jit.gl.multiple which is refering to it.