gfx.ssao.get_radius

Client

Retrieves the current sampling radius of the SSAO post-processing effect


Syntax

local result = gfx.ssao.get_radius()

Parameters

No parameters are accepted by this function

Returns

TypeNameDescription
floatresultCurrent radius value

Examples

Get the current ssao sampling radius
core.engine.print("info", "SSAO radius:", gfx.ssao.get_radius())

On this page