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 apply 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, false otherwise |
Examples
gfx.ssr.set_fade_out(2.0)