How to render a 3d cube in LWJGL?

I can’t find a good tutorial on the Internet about rendering a 3D cube in a lightweight Java games library! I have been studying LWJGL for some time now. I know how to draw 2d objects. Can anyone help me?

+5
source share
1 answer

Here is the tutorial lesson for the “normal” OpenGL, but at the bottom of the site you can find the code for the tutorial in many different languages ​​and libraries, including Java with LWJGL.

To get the java code from this jar, you can open it, for example. 7-zip and locate the .java file in a folder named Lesson05.

+13
source

All Articles