gfx.fog.set_sky_affect
Client
Sets the sky influence amount of the fog post-processing effect
Syntax
local status = gfx.fog.set_sky_affect(
value
)Parameters
| Type | Name | Description |
|---|---|---|
float | value | Sky influence value to apply Controls how much the fog blends into and affects the appearance of the sky. A value of 0 leaves the sky unaffected while higher values cause the fog to visibly tint and obscure the skybox |
Returns
| Type | Name | Description |
|---|---|---|
bool | status | true on successful execution, false otherwise |
Examples
gfx.fog.set_sky_affect(0.5)