gfx.ssil.set_intensity

Client

Sets the intensity of SSIL post-processing effect


Syntax

local status = gfx.ssil.set_intensity(
    value
)

Parameters

TypeNameDescription
floatvalueIntensity value to apply
Higher values produce stronger indirect light contributions, making bounced light more visible across surfaces

Returns

TypeNameDescription
boolstatustrue on successful execution, false otherwise

Examples

Set a strong indirect illumination intensity
gfx.ssil.set_intensity(2.0)

On this page