GFXSSAO
gfx.ssao.get_direct_light_affect
Client
Retrieves the current direct lighting influence of the SSAO post-processing effect
Syntax
local result = gfx.ssao.get_direct_light_affect()Parameters
| Type | Name | Description |
|---|
Returns
| Type | Name | Description |
|---|---|---|
float | result | Current direct light influence value |
Examples
engine.print("info", "SSAO direct light affect:", gfx.ssao.get_direct_light_affect())