Login  Register

Re: Release 2.3.1: GlueGen, JOGL[OculusVR SDK 0.4.4 w/ DK1 + DK2], misc..

Posted by elect on Apr 14, 2015; 6:58am
URL: https://forum.jogamp.org/Release-2-3-1-GlueGen-JOGL-OculusVR-SDK-0-4-4-w-DK1-DK2-misc-tp4034207p4034287.html

I updated jogl, now it cant find GL3 anymore in

import javax.media.opengl.GL3;

rather it finds it in

import com.jogamp.opengl.GL3;

why?

I had to go back to 2.2.4 to fix it