Login  Register

Trouble finding specific GL classes in JOGL 2.4.0

Posted by n8skow on Nov 09, 2020; 8:28pm
URL: https://forum.jogamp.org/Trouble-finding-specific-GL-classes-in-JOGL-2-4-0-tp4040868.html

I see that 'javax.media.opengl' is now 'com.jogamp.opengl' in JOGL 2.4.0 - but I have not been able to find the following classes... any tips on where they live?

glPushMatrix
glTranslatef
glColor3f
glBegin
glTexCoord2f
glVertex2f
glEnd
glPopMatrix

Are these deprecated in newer versions of JOGL? If so - what's the equivalent means for calling them?