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
In this example, I’ll show you how to add 2D shadows to your game with no new lines of code, no additional textures and no math. It turns out everything you need is already contained in Spritbatch.Draw.
Comments