diff --git a/src/data/roadmaps/game-developer/content/point@aNhyXWW2b7yKTv8y14zk9.md b/src/data/roadmaps/game-developer/content/point@aNhyXWW2b7yKTv8y14zk9.md index e69de29bb..7d7fc6774 100644 --- a/src/data/roadmaps/game-developer/content/point@aNhyXWW2b7yKTv8y14zk9.md +++ b/src/data/roadmaps/game-developer/content/point@aNhyXWW2b7yKTv8y14zk9.md @@ -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. \ No newline at end of file