Constant lighting / Global Illuminiation

Hi,

Is there a way to light up a scene with a global light, so no matter where you are in the scene and direction you are facing the object (in my case a plane) will always be lit up?

I have a bunch of planes which look at the camera but if I move the camera below the plane the plane becomes dark, if I move to what would be the rear of the plane it is also darker than it is from the front.

Is there a global illumation feature?

Hi Darcey.
Two hemispheric lights should do it. One pointing down - and one pointing up. Lights - Babylon.js Documentation.

Down

Up

@bigrig Perfect thank you :slight_smile:

https://playground.babylonjs.com/#V79EUC