gfx.sdfgi.set_bounce_feedback

Client

Sets the bounce feedback strength of SDFGI post-processing effect


Syntax

local status = gfx.sdfgi.set_bounce_feedback(
    value
)

Parameters

TypeNameDescription
floatvalueBounce feedback value to apply
Controls how much indirect light is re-fed into the GI system on each bounce, simulating multi-bounce illumination. Higher values create richer, more colorful light bleeding between surfaces

Returns

TypeNameDescription
boolstatustrue on successful execution, false otherwise

Examples

Enable strong multi-bounce color bleeding
gfx.sdfgi.set_bounce_feedback(1.5)

On this page