如何在 java LWJGL 中的游戏中添加灯光?
如何在 java LWJGL 中的游戏中添加灯光? 我知道如何在C++中添加照明,但我不知道如何将其更改为LWJGL。你能给我一个如何做到这一点的例子吗?
How to add lighting in my game in java LWJGL?
I know how to add lighting in C + +, but I do not know how to change it to LWJGL. Can you give me an example of how to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您了解 OpenGL C++ API,您应该能够在 LWJGL 中执行相同的操作。确切的问题是什么?您使用哪种类型的照明 - 通过灯光对象或着色器内置?
If you know the OpenGL C++ API you should be able to do the same in LWJGL. What's the exact problem? Which kind of lighting do you use - built-in via light objects or shaders?
查看 NeHe 的教程:NeHe 关于 openGL 中光照的教程
您可以在该教程的底部下载 LWJGL 的版本。
Check out NeHe's tutorial on this: NeHe tutorial on lighting in openGL
You can download a version for LWJGL at the bottom of that tutorial.