Vital.sandbox
GFXVolumetric Fog

gfx.volumetric_fog.get_temporal_reprojection_amount

Client

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


Syntax

local result = gfx.volumetric_fog.get_temporal_reprojection_amount()

Parameters

TypeNameDescription

Returns

TypeNameDescription
floatresultCurrent temporal reprojection amount

Examples

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

On this page