Shared contexts don't seem to work anymore

jReality backends
Post Reply
sechel
Posts: 69
Joined: Tue 2. Oct 2007, 09:20

Shared contexts don't seem to work anymore

Post by sechel » Fri 16. Nov 2012, 16:40

The JOGL viewer de.jreality.jogl.GLJPanelViewer gives an exception at start up which seems to be connected to the shared context field of de.jreality.jogl.JOGLConfiguration.
static boolean sharedContexts = false;
When I turn this off everything works. So this might be due to a change i the JOGL library how it handles shared contexts.
The tutorial de.jreality.tutorial.viewer.GLJPanelViewerExample can be used to demonstrate this behavior.
Stefan

Post Reply