-
Is this a bug or a unavoidable defect of spot light The shadow pass through the desk surface and appears under it. |
Beta Was this translation helpful? Give feedback.
Answered by
pragma37
Dec 10, 2022
Replies: 3 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
HSDSZ
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is not related to spot lights, really. It's about self-shadows.
Here I applied the same simple material to both objects:
Self-Shadows Enabled:
Self-Shadows Disabled:
It's actually doing exactly what we asked for.
It receives shadows from other objects, but not from itself.
While your desk material doesn't have self-shadows disabled explicitly, it has the full range enabled for diffuse, which disables self-shadows.