Full Screen Problems
Hi everyone
I'm having some problems with getting my jit window to go full screen there is a patch in tutorial 49 which allows for this but when I copy and paste the patch into the tutorial 33 or any other patch even though I'm changing the name accordingly it never works. I have also tried send and receive taken from jitter tutorial 38 I still have no luck. PLEASE HELP.
Full screen patch tutorial 49
[mod - removed uncompressed patch]
hi. please repost your patch using the copy compressed method.
https://cycling74.com/forums/common-max-arcana
Here you go compressed code, any help much appreciated.
hi there you need to use jit.window with a fullscreen message
this way it works
Hi lads thanks a million, jit window works great. One issue though can I show the images on the jit pwindow for display purposes as well as having the option of full screen in the jit window? It doesn't seem to display for me I've tried a few things that didn't work, so I said I'd leave it to the experts. I've posted the patch as it is now,
Thanks again.
if you want to render an opengl scene into both a jit.window and a jit.pwindow, your best option is to create another jit.gl.render with it's @shared_context set to the first context.
it's a little tricky to get the hang of, but there is an jitter recipe to help you learn.
Recipe 39: Preview
https://cycling74.com/tutorials/jitter-recipes-book-3/
also, see this thread:
https://cycling74.com/forums/preview-window-in-opengl
Cheers man.