GFXSSAO
gfx.ssao.set_intensity
Client
Sets the intensity of the SSAO post-processing effect
Syntax
local status = gfx.ssao.set_intensity(value)Parameters
| Type | Name | Description |
|---|---|---|
float | value | Intensity value to be applied Higher values produce darker and more pronounced occlusion shadows |
Returns
| Type | Name | Description |
|---|---|---|
bool | status | true on successful execution, or false on failure |
Examples
gfx.ssao.set_intensity(3.0)