Light problem from every angle

Hello, As in the photo, the light does not come from all angles. If I turn on the two lights I put on the pg in my own project, I get light from every angle, but the screen becomes very bright because the two lights are active. How can I get enlightenment from every angle with a single light? Please your help.

Plane Examples | Babylon.js Playground (babylonjs.com)

You should set an ambient color in your scene for this ?

1 Like

No, it just has to hit all directions. There should be no dark side. This is the solution with light coming from two different directions, but this time I’m facing a bigger problem. With two lights, the stage becomes invisible.

Can you share a playground repro ?

In general lights will have a direction but the ambient color which will “lit” uniformly everywhere.


I shared one :slight_smile:

Plane Examples | Babylon.js Playground (babylonjs.com)

so either you use ambient https://playground.babylonjs.com/#Q9VZS9#1155

or you change the hemispheric ground color: https://playground.babylonjs.com/#Q9VZS9#1156

1 Like