# Sandbox.CubemapFogController.LodBias

```csharp
float LodBias { get; set; }
```

Adjust how quickly the cubemap blurs out at closer distances. A value of 0.0 always uses the lowest resolution MIP over the entire range, while a value of 1.0 uses the highest.

Declared in [Sandbox.CubemapFogController](/api/Sandbox.CubemapFogController).
Assembly: `Sandbox.Engine`.
