gfx.sdfgi.set_probe_bias
Client
Sets the probe bias of SDFGI post-processing effect
Syntax
local status = gfx.sdfgi.set_probe_bias(
value
)Parameters
| Type | Name | Description |
|---|---|---|
float | value | Probe bias value to apply Adjusts the offset used when sampling GI probes to avoid self-intersection artifacts, particularly on surfaces that are close to or overlapping SDFGI probe positions |
Returns
| Type | Name | Description |
|---|---|---|
bool | status | true on successful execution, false otherwise |
Examples
gfx.sdfgi.set_probe_bias(1.1)