Archive 17/01/2023.

Environment lighting?

vivienneanthony

Has anyone setup environment lighting from a skybox?

The reason I asked because I want to delete the added lights to a generated scene and use the skybox. It will allow me to add more lights without conflicting lighting. I’m not sure how I want to override generated lights.

gabdab

Did you solve it ?

codingmonkey

Has anyone setup environment lighting from a skybox?
I’m do not trying this but I guess that you can put skybox texture into envMap TU-slot and do some fixes in LitSolid shader
look where in shader doing lookup cubemap and make similar fetch from your envmap and add/multiple this value to LightColor.
but I suppose this method of lighting is little strange )