I have been making games in java for ~5 years now, however they have all been in 2d using Java’s default graphics library. I am just now getting into LWJGL and some OpenGL. Is there a good tutorial out there that can introduce me to 3d rendering? I have never taken a formal class in programming, so everything is self taught. My math isn’t all that great so hopefully I can be shown a resource that will explain all of it to me?
There is no need to double post. I’ve just removed your other post.
I have used NeHe’s tutorials to learn opengl. Altough some stuff is a bit outdated, it will teach you all the basics and the introductory stuff without much hassle and theory. And also there are LWJGL examples of the lessons.