How to turn off shading


I’m trying to make a skybox for my animation, but for some reason the Sun is putting shading onto the skybox despite the fact that I turned off shadows for the skybox. Is there some setting I’m missing?

Hi, check for lights that are hidden.
Also uncheck world scene.

Use World Background shader

I presume you are using an emission shader for the skybox?

Emission shaders do not catch shadows/lighting/reflections.

You do not need the emission node the material will default to emission if you plug the image directly into the material output. (the emission node would give you control of the strength though)

Em

1 Like

This worked!

1 Like