gfx.sdfgi.set_normal_bias
Client
Sets the normal bias of SDFGI post-processing effect
Syntax
local status = gfx.sdfgi.set_normal_bias(
value
)Parameters
| Type | Name | Description |
|---|---|---|
float | value | Normal bias value to apply Offsets the GI sampling position along the surface normal to reduce self-occlusion and light leaking artifacts on geometry surfaces |
Returns
| Type | Name | Description |
|---|---|---|
bool | status | true on successful execution, false otherwise |
Examples
gfx.sdfgi.set_normal_bias(1.1)