Hi:
I am getting started with JOGL. I want to know something: Are there various distributions of JOGL?
In deed, I have noticed that:
Some JOGL tutorials use: import net.java.jogl.*;
and others use import com.sun.media.opengl.*;
Bye.
Hi:
I am getting started with JOGL. I want to know something: Are there various distributions of JOGL?
In deed, I have noticed that:
Some JOGL tutorials use: import net.java.jogl.*;
and others use import com.sun.media.opengl.*;
Bye.
Visit this page…
http://www.java-tips.org/other-api-tips/jogl/
there are many good tutorials about jogl…and ofcause nehe ported tutorials;)
The “net.java.jogl” namespace was the old one before jogl became the reference implementation of the JSR. The new and official namespace is “javax.media.opengl”. “com.sun.opengl” is just used for utility classes part of the jogl distribution which are not part of the JSR specification (afaik).
Thank your for yours replies.
Now, all is crystal clear.
Bye.