rzsavilla / BlobsonicEngine

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

Point Light #31

Closed rzsavilla closed 7 years ago

rzsavilla commented 7 years ago

Point is similar to a directional light, but has a position and will illuminate from that position to all directions.

rzsavilla commented 7 years ago

Implemented