odd behavior with jit.gl.camera and Jit.gl.node to jit.gl.material
Hi,
I noticed this strange behaviour when trying to use the output of jit.gl.node as diffuse texture for jit.gl.material (see simplified patch below)
Max Patch
Copy patch and select New From Clipboard in Max.
As I move the camera of the main render context, the texture doesn't cover anymore the entire gridshape, as you can see in the images below

mmm... the site has truncated my post!
here's how the story goes on:

Otherwise, patch displays the expected results when I send a texture image in the diffuse inlet: the texture wraps around the shape regardless of camera position.
you need to override the camera movement in the sub-node context. simply add a [ jit.gl.camera NODE ] to your patch.
Thank you Rob!