Re: Learning JOGL and related topics.
Posted by
Demoscene Passivist on
Jul 24, 2011; 1:09pm
URL: https://forum.jogamp.org/Learning-JOGL-and-related-topics-tp3167983p3195152.html
>With texturing, I was able to load an image file, use it as a texture, and coordinate
>it properly; but still I am unsure as to how I can use multiple textures in an OpenGL
>scene. (I was able to use three different textures, but it seems that the last one
>bound was the only one I could see).
U may have a look at
this quite similar discussion ...
>Also, I wanted to know if you could point me to finding a good viewing example/tutorial.
I guess the Nehe
camera class tutorials are a good starting point for building more convenient camera functions. Also
this discussion might help ...