gfx.ssao.get_horizon

Client

Retrieves the current horizon threshold of the SSAO post-processing effect


Syntax

local result = gfx.ssao.get_horizon()

Parameters

No parameters are accepted by this function

Returns

TypeNameDescription
floatresultCurrent horizon value

Examples

Get the current ssao horizon value
core.engine.print("info", "SSAO horizon:", gfx.ssao.get_horizon())

On this page