gfx.vol_fog.set_length
Client
Sets the draw length of the volumetric fog post-processing effect
Syntax
local status = gfx.vol_fog.set_length(
value
)Parameters
| Type | Name | Description |
|---|---|---|
float | value | Length value to apply Sets the maximum distance from the camera at which volumetric fog is rendered. Larger values extend the fog further into the scene at the cost of performance |
Returns
| Type | Name | Description |
|---|---|---|
bool | status | true on successful execution, false otherwise |
Examples
gfx.vol_fog.set_length(512.0)