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

No parameters are accepted by this function

Returns

TypeNameDescription
floatresultCurrent channel influence value

Examples

Get the current ssao channel affect
core.engine.print("info", "SSAO channel affect:", gfx.ssao.get_channel_affect())

On this page