1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-01 21:32:35 +02:00

Add content for point lights (#6649)

This commit is contained in:
Maximo Comperatore
2024-08-17 21:07:57 -03:00
committed by GitHub
parent f6c758c3ef
commit 25c1228bf2

View File

@@ -0,0 +1,7 @@
# Point Lights
Point lights are one of the most common types of lights used in computer graphics and games. They resemble real-world light bulbs, emitting light uniformly in all directions.
These lights are available out of the box in most game engines and offer a range of customizable parameters, such as intensity, falloff, color, and more.
Point lights are the most straightforward type of light, making them ideal for quickly and intuitively lighting up your scenes.