Re: How to update old code...tutorials?
Posted by nyholku on
URL: https://forum.jogamp.org/How-to-update-old-code-tutorials-tp4025415p4025442.html
Thanks,
great tutorials, got my code to work in less than 10 minutes.
Basically the only thing I needed to figure out was that I needed to change my
javax.media.opengl.GL m_GL;
to
javax.media.opengl.GL2 m_GL;
and most every syntax error disappeared.
Then I just initialized my OpenGLJPanel with GLCapabilities as per your great
tutorial after which it Just Worked (tm).
Great job guys and thanks,
Kusti