Max Lights in Inspector

Could we set the max Lights setting to 10 or 12.
Four lights are a bit limmiting.

Thanks

It is intentional. Setting it to bigger value will slow everything down.

If you really want to use it, you can just set:

material.maxSimultaneousLights = 12;

https://doc.babylonjs.com/babylon101/lights#limitations

1 Like