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