GFXSSIL
gfx.ssil.set_intensity
Client
The intensity to be set for the SSIL post-processing effect
Syntax
local status = gfx.ssil.set_intensity(value)Parameters
| Type | Name | Description |
|---|---|---|
float | value | Intensity value to be applied Higher values produce stronger indirect light contributions, making bounced light more visible across surfaces |
Returns
| Type | Name | Description |
|---|---|---|
bool | status | true on successful execution, or false on failure |
Examples
--Set a strong indirect illumination intensity
gfx.ssil.set_intensity(2.0)