mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-03 05:48:42 +03:00
Merge pull request #1390 from acfaruk/master
fix typos in lights_and_shadows
This commit is contained in:
committed by
mhilbrunner
parent
df428b5217
commit
6230d9b2dc
@@ -104,7 +104,7 @@ Splits are in-between. Default values generally work well, but tweaking the firs
|
||||
|
||||
Always make sure to set a shadow *Max Distance* according to what the scene needs. The closer the max distance, the higher quality they shadows will have.
|
||||
|
||||
Sometimes, the transition between a split and the next can look bad. To fix this, the **"Blend Splits"** option can be turned own, which sacrifices detail in exchange for smoother
|
||||
Sometimes, the transition between a split and the next can look bad. To fix this, the **"Blend Splits"** option can be turned on, which sacrifices detail in exchange for smoother
|
||||
transitions:
|
||||
|
||||
.. image:: img/blend_splits.png
|
||||
@@ -116,7 +116,7 @@ the shadow a bit thinner.
|
||||
|
||||
The **"Bias Split Scale"** parameter can control extra bias for the splits that are far away. If self shadowing occurs only on the splits far away, this value can fix them.
|
||||
|
||||
Finally, the **"Depth Range"** has to settings:
|
||||
Finally, the **"Depth Range"** has two settings:
|
||||
|
||||
- **Stable**: Keeps the shadow stable while the camera moves, the blocks that appear in the outline when close to the shadow edges remain in-place. This is the default and generally desired, but it reduces the effective shadow resolution.
|
||||
- **Optimized**: Triest to achieve the maximum resolution available at any given time. This may result in a "moving saw" effect on shadow edges, but at the same time the shadow looks more detailed (so this effect may be subtle enough to be forgiven).
|
||||
|
||||
Reference in New Issue
Block a user