[jit.gl.multiple] disable visibility on attached object

touk's icon

Hi all,
i ve got a problem with [jit.gl.multiple]

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

when (setcell $1 0 val 0 0 0, bang) of the matrix position of the [jit.gl.multiple] object to "clean" the screen of the attached coord
it seems the original object appear on the screen and i dont want to see it ...
but
How to ?

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

Hi, when you use setcell with the position-matrix for jit.gl.multiple, you tell the renderer where to draw the instances of the sphere: 0 0 0 is the center position, so setcell $1 0 val 0 0 0, bang will not make disappear the instance, but will draw it in the center of your window.

touk's icon

Well, i realized my stupid question....(very tired)

BUT i come with another question allways about [jit.gl.multiple]

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

the binded object will be rotate by a rotatexyz..;..;...
I need to retrieve position of the different instances affected by the rotation.