GFXSSIL
gfx.ssil.set_radius
Client
The sampling radius to be set for the SSIL post-processing effect
Syntax
local status = gfx.ssil.set_radius(value)Parameters
| Type | Name | Description |
|---|---|---|
float | value | Radius value to be applied Larger values extend the reach of indirect light contribution, illuminating a wider area around surfaces |
Returns
| Type | Name | Description |
|---|---|---|
bool | status | true on successful execution, or false on failure |
Examples
--Set a wider indirect light radius
gfx.ssil.set_radius(5.0)