Vital.sandbox
GFXVolumetric Fog

gfx.volumetric_fog.is_temporal_reprojection_enabled

Client

Retrieves whether temporal reprojection is currently enabled for the volumetric fog post-processing effect


Syntax

local result = gfx.volumetric_fog.is_temporal_reprojection_enabled()

Parameters

TypeNameDescription

Returns

TypeNameDescription
boolresulttrue if temporal reprojection is enabled, false otherwise

Examples

Print whether temporal reprojection is enabled
engine.print("info", "Temporal reprojection enabled:", gfx.volumetric_fog.is_temporal_reprojection_enabled())

On this page