Login  Register

Re: Unable to create a Canvas3D because I cannot get a GL2 context.

Posted by odinsbane on Sep 23, 2021; 5:05pm
URL: https://forum.jogamp.org/Unable-to-create-a-Canvas3D-because-I-cannot-get-a-GL2-context-tp4041316p4041317.html

I found a fix to this. I just use:

-Djogl.disable.openglcore=false

Then everything works as expected.