rzsavilla / BlobsonicEngine

Group Project: 3D OpenGL Game Engine
GNU General Public License v3.0
2 stars 0 forks source link

Directional Light #30

Closed rzsavilla closed 7 years ago

rzsavilla commented 7 years ago

OpenGL lighting tutorial

Light will illuminate vertices facing the direction of the light.

Directional light does not have a position and is often used for ambient or sun lighting.

rzsavilla commented 7 years ago

Implemented