jogamp
›
jogl
Login
Register
Re: Trouble finding specific GL classes in JOGL 2.4.0
Posted by
gouessej
on
Nov 10, 2020; 11:34pm
URL:
https://forum.jogamp.org/Trouble-finding-specific-GL-classes-in-JOGL-2-4-0-tp4040868p4040874.html
Please look at the Java documentation. javax.media.opengl no longer exists, it has been renamed:
https://jogamp.org/deployment/jogamp-next/javadoc/jogl/javadoc/index.html?overview-summary.html
Those methods are in the fixed pipeline, you'll find them in com.jogamp.opengl.GL2ES1, GL2, GL3bc, GL4bc and GLES1.
Julien Gouesse |
Personal blog
|
Website
Free forum by Nabble
Edit this page