iWas-Coder / wge

A multithreaded, high performance, fully functional game engine written in pure C, similar in speed to a Wildebeestâ„¢.
https://iwas-coder.github.io/wge
GNU General Public License v3.0
1 stars 0 forks source link

Point Lights #52

Open iWas-Coder opened 8 months ago

iWas-Coder commented 8 months ago

Describe the feature

Point Lights work much like a real world light bulb, emitting light in all directions from the light bulb's tungsten filament. However, for the sake of performance, Point Lights are simplified down emitting light equally in all directions from just a single point in space.

Why should it be implemented? (optional)

It's a core feature of the engine.

Do you think there is any alternative? (optional)

N/A

Additional context (optional)

N/A

Extra questions (optional)