Wierd effect on scene

If your problem is the same as this one (but less pronunced):

I’m not sure a lot can be done about it, as you already use hdr=true

You can try to change the tone mapping to ACES:

defaultPipeline.imageProcessing.toneMappingType =
  BABYLON.ImageProcessingConfiguration.TONEMAPPING_ACES;
1 Like