Vital.sandbox
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

TypeNameDescription

Returns

TypeNameDescription
floatresultCurrent channel influence value

Examples

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

On this page