This is “expected”. We call that the banding effect and it comes from float32 precision issues when computing lighting.
We have some noise effects in place for backgroundMaterial to get rid of that (I should say: to reduce it):
https://www.babylonjs-playground.com/#4VRCU3#7
(check lines #56 and #57)