开发者

LWJGL Creating 3d world [closed]

开发者 https://www.devze.com 2023-03-08 00:10 出处:网络
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the h开发者_JAVA技巧elp center for guidance. Closed 10 years ago.

Need some good book or tutorials on how to start with LWJGL. Not much interested in 2d but more in 3d.

Interested in creating basic 3d environment such as terrain, lights, basic interaction.


Start by learning how to use OpenGL. Some good books are the OpenGL redbook, available for free at http://glprogramming.com/red/ and the "OpenGL Superbible" The superbible is really big and intimidating, but it is not that bad if you read the first 3 -5 chapters of the redbook. Both of these books are targeted at C, but the LWJGL org.lwjgl.opengl.GL11 class contains most of the basic methods. Ignore the GLUT, WGL and GLX stuff, because that stuff is handled by the LWJGL classes. For LWJGL specific basics, the wiki is invaluable.

0

精彩评论

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