Re: Learning JOGL and related topics.
Posted by
Demoscene Passivist on
Aug 09, 2011; 7:46pm
URL: https://forum.jogamp.org/Learning-JOGL-and-related-topics-tp3167983p3240125.html
>If you could post some information on how to use Shaders in
>OpenGL and/or what Shaders are and what they do that'd be great.
A great start is
this tutorial ... other than that the OpenGL SuperBible is also a great ressource for starters. I myself used that book to learn OpenGL.
Last but not least have a look at the tutorial section in the
Jogamp Wiki. There are a lot of tutorials on nearly everything to get u started with JOGL.
>Also, if you could post information on how to use textures the JOGL way, that'd be appreciated as well.
For a texturing tutorial u may check out
Ste3e's JOGL tutorials from our tutorial section in the wiki. He also has one on multi-texturing ...