gfx.ssil.set_normal_rejection
Client
Sets the normal rejection strength of SSIL post-processing effect
Syntax
local status = gfx.ssil.set_normal_rejection(
value
)Parameters
| Type | Name | Description |
|---|---|---|
float | value | Normal rejection value to apply Controls how aggressively surfaces with diverging normals are excluded from contributing indirect light to one another, reducing light leaking across sharp geometric transitions |
Returns
| Type | Name | Description |
|---|---|---|
bool | status | true on successful execution, false otherwise |
Examples
gfx.ssil.set_normal_rejection(1.0)