1

I have a basic 1000x1000 Terrain inside a very basic scene (almost empty) but the rendering for long distance is providing like a blue tint or like some fog :

enter image description here

The Terrain settings :

enter image description here

I tried increase all LODs or distances I found, even on the Camera object.

How can I get rid of this ?

nicover
  • 2,213
  • 10
  • 24

1 Answers1

1

Check if you have deferred fog enabled in the Lighting settings, as it typically fades scenery far from the camera. There's also a setting for fog in other settings which may be the culprit.

Juris
  • 407
  • 3
  • 14