GL and GLU not in JOGL CVS archive

I’ve done a recent checkout of the JOGL source archive, and net.java.games.jogl.GL and net.java.games.jogl.GLU are no where to be found. I was hoping to look at their source to figure out a few things, but they seem to have gone AWOL. Any ideas why this is?

Mark McKay

Isn’t most of that stuff generated dynamically with GluGen?

I supppose that it is. I was hoping I could get an instance of GL and GLU so that I could use it to help with code competion and other features in NetBeans. Without the source file, these features won’t work. I also can’t seem to generate the files on my own. The gluegen build file won’t buld on my machine.

Mark McKay

Hi
Try to add the javadoc zipfile to the library in Netbeans (but i experienced a lot of problems recently with jogl and netbeans auto-completion)…

With jogl.jar added to my NetBeans project and the javadoc added to the Java Platform, I get code completion and context-sensitive help for GL and GLU. But once I add the source to the platorm, that feature vanishes. Instead, I get working pop-up javadoc for objects like GLCanvas but no code completion for GL or GLU. It doesn’t seem to me one can get both to work. Too bad. :frowning: