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)