XNA Tutorials, Samples and Thoughts
- 2D 2009 2010 Amused Sloth AmusedSloth Animation Announcement Chickens Can't Fly Chickens Can Dream code Community Games DBP Deferred Rendering details Finally! Gamasutra license MVP News postprocessing Rebellion Rise Roy Sample Shadows summary Summit Trailer tutorial Windows Phone Windows Phone 7 WP7 XBLIG XNA XNA 4.0
- September 2011 (1)
- June 2011 (2)
- March 2011 (1)
- February 2011 (1)
- January 2011 (2)
- December 2010 (2)
- July 2010 (1)
- May 2010 (1)
- April 2010 (1)
- November 2009 (1)
- October 2009 (2)
- September 2009 (2)
- August 2009 (1)
- July 2009 (1)
- June 2009 (4)
- April 2009 (3)
- March 2009 (2)
- February 2009 (2)
- January 2009 (5)
- December 2008 (1)
- November 2008 (2)
- October 2008 (4)
- September 2008 (5)
- August 2008 (1)
- July 2008 (7)
- June 2008 (1)
- May 2008 (4)
- April 2008 (3)
- March 2008 (3)
- February 2008 (4)
- January 2008 (2)
- Small pre-pre-beta shadow mapping lirary (36)
- Working on shadows… (34)
- My technique for the shader-based dynamic 2D shadows (29)
- April Sample Online! (20)
- 2D Skeletal Animations (20)
- School Projects with XNA (17)
- Mass Effect Dialogue Sample (17)
- Welcome! (14)
- My experience with Toon Boom Studio (12)
- Adding softness to shadows (12)
AddictiveColors: Awesome idea, this screen space solution looks to be quite neat for games with many shadow casting...
meizitang: These healthy weight loss tips that will make it easier to take those first steps towards pursuing...
Adding the Effect files | Project Vanquish: [...] are unfamiliar with HLSL, Microsoft wrote a brilliant guide about programming in HLSL. And,...
Welcome to Project Vanquish! | Project Vanquish: [...] searching in the past regarding XNA and Deferred Rendering. The example that crops up the ...
De leukste filmpjes gratis plaatsen en bekijken.: De leukste filmpjes gratis plaatsen en bekijken.... [...]2D Skeletal Animations[...]...
Tim Stern: Hi Catalin, I discovered a possible mistake in your file Transformation.cs, function public...
louis vuitton: I'm glad I located your post. I would never have created sense of this subject on my own. I're...
consultoria de sistemas: consultoria de sistemas... [...]2D Skeletal Animations[...]...

about 1 year ago
Hello Catalin !
Which version of XNA framework did you used ? I think it’s version 4.
Is it possible to convert this project into 3.1 version ? I tried but some method have seriously changed between 3.1 and 4 (like RenderTarget2D)
about 1 year ago
I’m having a really hard time trying to conert it to 3.1 too. Does anyone have a hint or an idea?
about 1 year ago
The problem im getting is is not needing Framework 4.0 but rather this is a Windows Phone App so your gonna need the “Microsoft Visual Studio 2010 Express for Windows Phone” application, but from there the problems multiply for me I wish had the time to sort out all the issues but looks like this was created with special build requirements. If you have time Catalin it would be nice to see your example..hope this helps!
about 1 year ago
I too had trouble loading it. In the end I made a new project file and simply added all the files into that and it worked fine. Amazing lateral thinking Catalin.
about 9 months ago
Hello Catalin,
I was attempting to implement your technique within my own project using my own map, where I came across an issue such that it isn’t displaying the shadows being cast. It displays the overlay with a spotlight in the proper light location, but that is it. Do I have to create a separate shadow mapped image that contains transparency and black pixels for the shadows to be displayed properly, where that is called within the DrawCasters function?
Thanks for any assistance.
about 8 months ago
Thanks for the example! Looks good, but how would I go about getting my objects to receive shadows as well? For example, the ‘XNA’ should be visible but the cat at the top should be completely hidden from the Red light.
about 6 months ago
Hi,
is it possible to use a texture as light instead of the round light ball? A light beam from a flashlight for example.
about 1 month ago
Great tutorial! Am going to use this in my game.
Just wondering whether anyone could help me out if I were to be doing a Matric transformation on the sprite batch? (2D Camera)