gfx.fog.set_aerial_perspective
Client
Sets the aerial perspective blend amount of the fog post-processing effect
Syntax
local status = gfx.fog.set_aerial_perspective(
value
)Parameters
| Type | Name | Description |
|---|---|---|
float | value | Aerial perspective value to apply Blends the sky's aerial perspective effect into the fog, simulating the way distant objects take on the hue and haze of the atmosphere. Higher values produce stronger atmospheric depth |
Returns
| Type | Name | Description |
|---|---|---|
bool | status | true on successful execution, false otherwise |
Examples
gfx.fog.set_aerial_perspective(0.5)