Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

3D world in Java using lwjgl? [closed]

Tags:

java

3d

lwjgl

So I have very little experience using lwjgl and was wonrdering where I could find tutorials for making 3d worlds using it...

I need to have stuff like a floor, roof, walls, and the ability to move in this area. Please help.

like image 823
Nerdsie Avatar asked Feb 22 '23 20:02

Nerdsie


1 Answers

An excellent modern tutorial on using OpenGL3.

EDIT: New link.

EDIT: Java specific tutorials (but OpenGL2)

like image 94
JohnKlehm Avatar answered Feb 27 '23 07:02

JohnKlehm