LWJGL Forum

Programming => OpenGL => Topic started by: Zerolife on August 22, 2011, 08:40:37

Title: Basic Lighting System
Post by: Zerolife on August 22, 2011, 08:40:37
Hey guys,

I've been working with lwjgl for quite some time now, and Im starting to understand the basics to do more complex things, like lighting. The problem is, I can't seem to find a basic lighting tutorial anywhere. Anything I do find is usually c++, and lwjgl seems to pretty different from c++ in this area. I'm working with simple squares at the moment, so the lighting doesnt need to be too advanced. Any links/descriptions/and code are greatly appreciated!

Tom