From e0b40c166c06a495c41cb58b093f610ff04df6de Mon Sep 17 00:00:00 2001 From: cathy0612 Date: Tue, 4 Feb 2020 22:49:39 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=BA=E5=B0=91=E8=B0=93=E8=AF=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/05 Advanced Lighting/07 Bloom.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/05 Advanced Lighting/07 Bloom.md b/docs/05 Advanced Lighting/07 Bloom.md index 3293975..b41e215 100644 --- a/docs/05 Advanced Lighting/07 Bloom.md +++ b/docs/05 Advanced Lighting/07 Bloom.md @@ -30,7 +30,7 @@ Bloom和HDR结合使用效果很好。常见的一个误解是HDR和泛光是一 ![](../img/05/07/bloom_extracted.png) -我们将这个超过一定亮度阈限的纹理进行模糊。泛光效果的强度很大程度上被模糊过滤器的范围和强度所决定。 +我们将这个超过一定亮度阈限的纹理进行模糊。泛光效果的强度很大程度上是由被模糊过滤器的范围和强度所决定。 ![](../img/05/07/bloom_blurred.png)