<<< Examples of Colors | Index | Graphics Pipeline >>> |
Lighting is complex -- uses math to calculate light intensity
Based on approximations to real-world lighting
OpenGL supports the idea of:
Camera (View) – using a matrix
Light sources – using an array
Normals of a triangle
<<< Examples of Colors | Index | Graphics Pipeline >>> |