From 7e57bfc854a41864c04546acc77dcdc7389f5925 Mon Sep 17 00:00:00 2001 From: Maximo Comperatore <131000419+pyoneerC@users.noreply.github.com> Date: Sat, 17 Aug 2024 21:08:10 -0300 Subject: [PATCH] Add content for spotlights (#6648) --- .../game-developer/content/spot@FetbhcK1RDt4izZ6NEUEP.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/data/roadmaps/game-developer/content/spot@FetbhcK1RDt4izZ6NEUEP.md b/src/data/roadmaps/game-developer/content/spot@FetbhcK1RDt4izZ6NEUEP.md index e69de29bb..a48fda6ec 100644 --- a/src/data/roadmaps/game-developer/content/spot@FetbhcK1RDt4izZ6NEUEP.md +++ b/src/data/roadmaps/game-developer/content/spot@FetbhcK1RDt4izZ6NEUEP.md @@ -0,0 +1,5 @@ +# Spotlights + +Spotlights are a common type of light in computer graphics and games that mimic the behavior of real-world spotlights. They offer a range of parameters to adjust their behavior, such as radius, cone angle, falloff, and intensity. + +Spotlights are readily available out of the box in both Unreal and Unity game engines, making them an accessible and powerful tool for adding realistic and dynamic lighting to your scenes. \ No newline at end of file