sticky gl.texture / still displayed when disconnecting patch chords
hello,
when disconnecting a texture from a jit.gl.videoplane or a vizzie VIEWR, the texture is still displayed
is it the normal behavior?
how do one tell videoplane or VIEWR not to display a texture when the patch chord is disconnected?
thanks!
Florent
Max Patch
Copy patch and select New From Clipboard in Max.
for the vizzie viewr you can simply bang out a [ jit.gl.texture @defaultimage black ].
for normal jit.gl objects you can reset their texture attribute by sending the "texture" message with no args
great! thanks so much Rob!