Hey guys,
I’m using Lumen and I have a spotlight - with a very small cone angle, since I want it to function as a laser pointer.
Problem: The light passes through the objects (the light source comes from the bottom arrow)
The objects do seem to process the light correctly, since the laser point can be seen on them. If I move the light it is realistically rendered on the objects too, like when I have the laster pointer just slightly graze the sphere, it’s no longer a red dot on it but a curved line on its side.
So this seems to be correct, but why do the objects still not block the light and let it pass through?
Of course I have already googled this, and I am surprised that I didn’t find an answer that works for me, since this seems to be such a basic thing. But all fixes I found online didn’t apply to me since they all just mention settings that I already have:
- “Cast shadows” is enabled for both the Spotlight and the object (the object is an actor BP with a default cube as its scene root, and “Cast shadows” is ticked)
- I tried a couple other settings too that I found mentioned during my research, like “Shadow two sided” on my sphere, but no difference.
What am I missing? If you need to exact properties of the light or the object let me know. Since there are so many I don’t want to just paste them all in here.
Thank you