Tagged Questions
0
votes
2answers
151 views
Tutorials for shadow mapping with multiple point lights in XNA [closed]
I've been trying to crack this problem for a while now and I'd like to know if there's a tutorial or two out there that can help me with this. I know how to do shadow mapping with a single light, and ...
3
votes
1answer
576 views
First-Time GLSL Shadow Mapping Problems [closed]
I'm working on building out a 2.5D engine and having massive problems getting my shadows working. I'm at a point where I'm VERY close.
So, let's see a picture to see what I have:
As you can see ...
13
votes
1answer
1k views
Shadow map artifacts
I want to try adding shadows to a 3D XNA game. I've set up some testing environment with one light and one camera. However, I'm running into artifacts with my approach.
I'm using the shader code from ...