In this tutorial, I’ll show you how to add simple 2D shadows to your 2D game. My original blog post demonstrated that you can create simple 2D Shadows that are realistic, with no additional textures, no new lines of code and no math. I extend that concept by making the shadows dynamic relative to your suns position, adding a Sun Cycle.
Continue reading about Simple 2D Shadows Extended XNA Tutorial
Comments