sticky gl.texture / still displayed when disconnecting patch chords

Florent Ghys's icon

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.


Rob Ramirez's icon

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

Florent Ghys's icon

great! thanks so much Rob!