SECRET
DigiMastered Works LLC
Office of Development
DMW107IB7007
Date 01/26/2022 09:58 PM
To: The People
From: Tanner Fry
Subject: Dash of Love
Dynamic Cloud Shadows, Not Really
Shadows are nice to have. Even in a 2D game the sense of depth is important. So, I've implemented "dynamic shadows" for my clouds in order to create a more realistic effect. However, it's very basic in its approach. There is no light source that is used to calculate where the shadow should be. Instead, cloud shadow placement is based on game clock time. Again, not really dynamic shadows, just some simple math to make them "dynamic" based on the time of day.