开发者

3D world in Java using lwjgl? [closed]

开发者 https://www.devze.com 2023-04-09 16:22 出处:网络
Closed. This questio开发者_高级运维n is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This questio开发者_高级运维n is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 7 years ago.

Improve this question

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.


An excellent modern tutorial on using OpenGL3.

EDIT: New link.

EDIT: Java specific tutorials (but OpenGL2)


LWJGL's own Wiki has pretty good series of tutorials right on the front page. Note that creating actual graphics assets, both models and textures is a whole different thing than "just" progamming the game around a game engine.


Great YouTube series on modern lwjgl 3D Engine:

http://www.youtube.com/thebennybox


You might want to take a look at jMonkeyEngine - It's built on top of LWJGL but contains a lot more higher level "game engine" features that could be helpful in constructing a 3D world.

LWJGL is much more low level - so it's great if you just want direct, fast access to OpenGL functionality, but you will have to pretty much build your game engine yourself.

0

精彩评论

暂无评论...
验证码 换一张
取 消