resize a texture on a plane in jit.gl.sketch

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

How do I resize the texture as it appears on the plane?
With jit.gl.videoplane, I can use the tex_plane_s and t commands, but I'm at a loss on how to make something similar work here. Resizing the plane is not an option, I need to remap the texture. I've been looking some of the gltex* commands, but it's not clear what I would use to remap a texture.

Jesse's icon

I believe that would be gltexcoord.

Peter Nyboer's icon

I had that belief, too, but reality proved different.