Shadow maps unable to properly project shadows in some situations?

Posted by meds on Stack Overflow See other posts from Stack Overflow or by meds
Published on 2009-12-25T08:41:07Z Indexed on 2010/04/06 4:03 UTC
Read the original article Hit count: 299

Filed under:
|
|
|
|

In the shadow map sample provided by Microsoft I've noticed an issue where shadows are not properly projected when thin geometry is projected at high angles, see here the shadows being projected, notice the poles from the lights are not projected: http://imgur.com/QwOBa.png

And in this screenshot we see things from the lights perspective, not ethe poles are clearly visible: http://imgur.com/k2woZ.png

So two questions really, is this an actual bug or a limitation with shadow mapping and if it's a bug how can I fix it?

The source is directly from the Microsoft DirectX Sample Browser 'ShadowMap' sample from July 2004, the sample browser is the latest August 2009 one.

© Stack Overflow or respective owner

Related posts about shadow

Related posts about mapping