alec-jackson / studious-engine

A platform agnostic, backend agnostic, graphics engine...in theory
MIT License
3 stars 1 forks source link

Add Support for Local Lighting #22

Open Weetsy opened 7 months ago

Weetsy commented 7 months ago

Add support for local light sources in a GameScene. Currently, the only light source is a single global vector representing the direction the light is shining on objects. Individual objects should be able to emit light that brightens GameObjects when they get near.