阴影贴图在某些情况下无法正确投影阴影?
在微软提供的阴影贴图示例中,我注意到一个问题,即当薄几何体以高角度投影时,阴影无法正确投影,请参阅此处投影的阴影,注意灯光的极点未投影:
在这个屏幕截图中,我们从灯光的角度看到事物,但两极并不清晰可见: http://imgur.com/k2woZ.png
所以有两个问题,这是一个真正的错误还是阴影贴图的限制,如果这是一个错误,我该如何修复它?
来源直接来自 2004 年 7 月的 Microsoft DirectX 示例浏览器“ShadowMap”示例,该示例浏览器是 2009 年 8 月最新的一个。
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:
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看您的影子缓冲区(使用 Pix 或将其写入磁盘)。
Have a look at your shadow buffer (use Pix or write it to disk).