Skip to content

Commit 2a41e90

Browse files
committed
Merge pull request #8738 from jsjtxietian/patch-3
Mention light appearance difference between with or without shadow in compatibility
1 parent 0da9955 commit 2a41e90

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tutorials/3d/lights_and_shadows.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,13 @@ at the cost of decreased performance.
160160
all" settings. To achieve the best visuals, you may need to use different
161161
shadow bias values on a per-light basis.
162162

163+
**Note on Appearance Changes**: When enabling shadows on a light, be aware that the light's
164+
appearance might change compared to when it's rendered without shadows in the compatibility
165+
renderer. Due to limitations with older mobile devices, shadows are implemented using a multi-pass
166+
rendering approach so lights with shadows are rendered in sRGB space instead of linear space.
167+
This change in rendering space can sometimes drastically alter the light's appearance. To achieve a similar
168+
appearance to an unshadowed light, you may need to adjust the light's energy setting.
169+
163170
Directional light
164171
-----------------
165172

0 commit comments

Comments
 (0)