Tagged Questions
0
votes
1answer
336 views
Shadows shimmer when camera moves
I've implemented shadow maps in my simple block engine as an exercise. I'm using one directional light and using the view volume to create the shadow matrices. I'm experiencing some problems with the ...
2
votes
1answer
511 views
Omni-directional shadow mapping
What is a good/the best way to fill a cube map with depth values that are going to give me the least amount of trouble with floating point imprecision?
To get up and running I'm just writing the raw ...
3
votes
1answer
519 views
Shadow-mapping xna
I've been trying to implement shadows in my game and I've been following quite a few tutorials online, mainly Riemers, but I'm always getting the same 2 errors when I'm drawing my models and setting ...