Skip to content

Mention light appearance difference between with or without shadow in compatibility #8738

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions tutorials/3d/lights_and_shadows.rst
Original file line number Diff line number Diff line change
@@ -160,6 +160,13 @@ at the cost of decreased performance.
all" settings. To achieve the best visuals, you may need to use different
shadow bias values on a per-light basis.

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

Directional light
-----------------