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
| Type | Name | Description |
|---|
Returns
| Type | Name | Description |
|---|---|---|
float | result | Current temporal reprojection amount |
Examples
engine.print("info", "Temporal reprojection amount:", gfx.volumetric_fog.get_temporal_reprojection_amount())