GFXSDFGI
gfx.sdfgi.get_bounce_feedback
Client
Retrieves the current bounce feedback strength of the SDFGI post-processing effect
Syntax
local result = gfx.sdfgi.get_bounce_feedback()Parameters
| Type | Name | Description |
|---|
Returns
| Type | Name | Description |
|---|---|---|
float | result | Current bounce feedback value |
Examples
engine.print("info", "SDFGI bounce feedback:", gfx.sdfgi.get_bounce_feedback())