gfx.ssao.set_detail
Client
Sets the detail level of the SSAO post-processing effect
Syntax
local status = gfx.ssao.set_detail(
value
)Parameters
| Type | Name | Description |
|---|---|---|
float | value | Detail value to apply Higher values capture finer geometric details in the occlusion pass |
Returns
| Type | Name | Description |
|---|---|---|
bool | status | true on successful execution, false otherwise |
Examples
gfx.ssao.set_detail(1.0)