OpenGL 3D Game Tutorial 12: Specular Lighting

LWJGL tutorial series on how to create a 3D Java game with OpenGL! This week we add per-pixel specular lighting to the game, allowing for shiny looking materials! Stanford Dragon Model: Source: Stanford University Computer Graphics Laboratory Vector maths basics: Dot product:
Back to Top