gfx.vol_fog.get_temporal_reprojection_amount

Client

Retrieves the current temporal reprojection blend amount of the volumetric fog post-processing effect


Syntax

local result = gfx.vol_fog.get_temporal_reprojection_amount()

Parameters

No parameters are accepted by this function

Returns

TypeNameDescription
floatresultCurrent temporal reprojection amount

Examples

Print current temporal reprojection blend amount
core.engine.print("info", "Temporal reprojection amount:", gfx.vol_fog.get_temporal_reprojection_amount())

On this page