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