GFXSSR
gfx.ssr.set_fade_out
Client
Sets the fade-out distance of the SSR post-processing effect
Syntax
local status = gfx.ssr.set_fade_out(value)Parameters
| Type | Name | Description |
|---|---|---|
float | value | Fade-out distance value to be applied Controls how gradually reflections disappear toward the edges of the screen, reducing visible clipping artifacts |
Returns
| Type | Name | Description |
|---|---|---|
bool | status | true on successful execution, or false on failure |
Examples
gfx.ssr.set_fade_out(2.0)