iWas-Coder/wge

Directional Lighting

Opened this issue · 0 comments

Describe the feature

A directional light represents light that falls from a direction on all objects in the scene, like sunlight where all the light rays are parallel. Directional lights therefore have no position. You can adjust the direction of the light, the light and specular intensity levels, and the color as needed.

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)

  • I have used the search function to check if an issue already exists
  • I'd like to work on this issue