Directional Shadow Details 平行光阴影细节

This page explains shadows from Directional lights in detail.

此页面详细介绍了平行光阴影。

Directional lights are mostly used as a key light - sunlight or moonlight - in an outdoor game. Viewing distances can be huge, especially in first and third person games, and shadows often require some tuning to get the best quality vs. performance balance for your situation.

平行光大多数作为关键灯光 - 阳光或月光 - 在室外的游戏。观看距离可以是巨大的,尤其是在第一和第三人称游戏,阴影往往需要一些调整,以获得最佳的品质与性能,根据具体情况来权衡。

Let's start out with a good looking shadow setup for a 3rd person game:

对于第三人称游戏,我们首先设置看起来漂亮的阴影。


Shadows here look pretty good! 这里的阴影看起来还不错!

Here, visible distance is about 50 game units, so Shadow Distance was set to 50 in Quality Settings. Also, Shadow Cascades was set to 4, Shadow Resolution to High, and the light uses Soft Shadows.

在这里,可视距离大约是50游戏单位,阴影距离可以在质量设置中设置。阴影级联设置为4,阴影分辨率设置为高,并灯光使用软阴影。

Chapters below dissect each aspect of directional light shadows:

下面的章节仔细研究平行光阴影的各个方面:

Hard versus Soft shadows 硬阴影和软阴影

Using the same light setup, if we switch Shadow Type to Hard Shadows, then the transition from lit to shadowed regions is "hard" - either something is 100% in shadow, or 100% lit. Hard shadows are faster to render but often they look less realistic.

使用同样的灯光设置,我们切换阴影类型为硬阴影,这时阴影边缘很硬,没有过渡效果。硬阴影渲染很快,但通常看起来不真实。


Hard shadows with distance of 50 and four cascades.带有阴影距离为50和阴影级联为4的硬阴影

Shadow Cascade count 阴影级联数

For Directional lights Unity can use so called Cascaded Shadow Maps (alternatively called "Parallel Split Shadow Maps") which give very good shadow quality, especially for long viewing distances. Cascaded shadows work by dividing viewing area into progressively larger portions and using the same size shadow map on each. The result is that objects close to the viewer get more shadow map pixels than objects far away.

对于平行光,Unity可以使用级联阴影贴图(或成为平行分割阴影贴图)有很好的阴影质量,特别是远距离观看。级联阴影通过分割可视区域逐步部分变大,并使用相同的大小,在每个阴影贴图。结果是物体接近观看者将比更远的物体获得更多的阴影贴图像素。

In the images below we'll use Hard shadows because shadow pixels are better visible there.

在下面的图中,我们将使用硬阴影,因为阴影像素更好看见。

If no cascaded shadow maps were used, the entire shadow distance (still 50 units in our case) must be covered by the shadow texture uniformly. Hard shadows would look like this with no cascades:

如果不使用级联阴影,整个阴影距离(仍然是50单位)内,阴影纹理均匀的覆盖。没有级联,硬阴影看起来像这样:


Hard shadows with distance of 50 and no cascades.没有级联,带有50单位距离的硬阴影

The pixels of the shadow texture are the same size everywhere, and while they look good in distance, the quality is not stellar up close. The shadow texture covers the entire viewing area, and if visualized it would look like this:

阴影纹理的像素距离内各个地方都是同样大小,质量也不是越近物体就越高。阴影纹理覆盖整个可视区域,如果可视化阴影看起来像这个样子:


With no cascades, shadow texture covers viewing area uniformly.不带级联,阴影纹理覆盖均匀覆盖可视区域。

When two shadow cascades are used, the entire shadow distance is divided into a smaller chunk near the viewer and a larger chunk far away. Hard shadows would look like this with two cascades:

当使用2个阴影级联时,整个阴影距离内,被分为两块,靠近观察者较小的块和远处较大的块。有2个级联的硬阴影看起来像这样:

级联阴影
Hard shadows with distance of 50 and two cascades.带有50距离和2个级联的硬阴影

In exchange for some performance, we get better shadow resolution up close.

牺牲一点点性能,我们获得近处更好的阴影分辨率。

级联阴影
With two cascades, two shadow textures cover different sized portions of viewing area.

带有2个级联,2个阴影贴图覆盖可视区域的不同大小的部分。

And finally when four shadow cascades are used, the shadow distance is divided into four progressively larger portions. Hard shadows would look like this with four cascades:

最后我们使用4个阴影级联,在阴影距离内,被分割为4个逐步变大的部分。有4个级联的硬阴影看起来像这样:

级联阴影
Hard shadows with distance of 50 and four cascades. Hey, we've seen this already!

带有50距离和2个级联的硬阴影。

级联阴影
With four cascades, four shadow textures cover different sized portions of viewing area.

带有4个级联,4个阴影贴图覆盖可视区域的不同大小的部分。

Shadow Distance is Important! 阴影距离很重要!

Shadow Distance is extremely important for both quality and performance of directional light shadows. Just like shadow cascade count, shadow distance can be set in Quality Settings and allows an easy way to scale shadows down on less performant hardware.

对于平行光阴影的质量和性能,阴影的距离是非常重要的。就像阴影级联数,阴影距离可以在质量设置中设置,很容易降低阴影范围,以减少硬件性能消耗。

Shadows fade out at the end of shadow distance, and further than that objects are not shadowed. In most situations shadows further than some distance in the game would not be noticeable anyway!

在阴影距离结束处,阴影将淡出,更远的物体将没有阴影。大多数情况下在游戏中更远地方的阴影不会引人注目!

With no shadow cascades, hard shadows and shadow distance set to 20 units our shadows look like picture below. Note that shadows do fade out in the distance, but at the same time shadow quality is much better than it was with no cascades and a distance of 50 units.

没有阴影级联,使用硬阴影,阴影距离设置为20单位,效果看起来像下图。注意阴影在距离结束处淡出,但与此同时阴影质量比没有级联和距离为50单位时更好。

Hard shadows with distance of 20 and no cascades.20单位和无级联的硬阴影。

If on the other hand we set shadow distance too high, shadows won't look good at all. Setting distance to 100 here only decreases both performance and quality and does not make much sense - no objects in the scene are further than about 50 meters anyway!

如果我们设置的阴影距离太高,所有的阴影不会好看。这里设置距离为100不过降低了性能和质量,并没有太大的意义,无论怎样场景中没有物体比50米更远。(可以理解为50米外就很难看出阴影了)

Hard shadows with distance of 100 and no cascades. Ouch! 100单位和无级联的硬阴影。

Shadow maps with cascades scale with distance much better. For example, four cascade soft shadows with covering 300 units in front of the camera look like picture below. It's somewhat worse than the picture at the top of this page, but not very bad either for a 6x increase in shadowing distance (of course in this scene that high shadow distance does not make much sense).

带有级联大小和距离的阴影贴图效果好的多。例如,摄像机前方涵盖300单位距离和4级联软阴影看起来如下图。一定程度上比上面的图片效果差,但大了6倍的阴影距离,也不错。(当然在这个场景这么高的阴影距离没有什么意义)

Soft shadows with distance of 300 and four cascades. 4级联和300单位距离的软阴影


  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值