LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: predator on December 03, 2004, 07:05:34

Title: Rendering in more than 1 dialog (SWT)
Post by: predator on December 03, 2004, 07:05:34
Is it possible to render in more than 1 dialog, using the GLContext from realitysoftware (?), i'm just getting 1 working and 1 black distorted =)
Title: Rendering in more than 1 dialog (SWT)
Post by: rgrzywinski on December 06, 2004, 08:08:24
That's "RealityInteractive"   :)

Without a snippet of code that you're using, there's little that I can do to help you.  Please feel free to email me directly with the code if you want.

There are smoke tests provided with the software that renders to multiple simultaneous canvases.  How close is your example to that?
Title: Rendering in more than 1 dialog (SWT)
Post by: predator on December 06, 2004, 08:50:05
thanks alot!
I didn't see the shared opengl contexts in the test-java folder because there were 1 LWJGL and one ogl folder =)
Now I got it ;)
thanks again