net.java VS com.sun

Hello, I’m new to JOGL and I wonder what is the difference between the net.java.game.jogl and so on and com.sun.opengl and whatever the otherone is…

Which one should I use?

If you’re just starting with JOGL then please download either JSR-231 beta 3 from the “Documents & Files” section of the JOGL home page or try the current nightly build. As the javadoc indicates, the classes are now in the javax.media.opengl.* namespace rather than the old net.java.games.jogl.* namespace.

so there isn’t realy any difference between the two, just that JSR is newer?

also, is there support for nurbs in any of them?

thx

Yes, basically. The JSR version has a lot of new functionality not exposed in the older JOGL interfaces and the implementation should also be more robust.

Sorry, no.