gfx.vol_fog.set_temporal_reprojection_amount
Client
Sets the temporal reprojection blend amount of the volumetric fog post-processing effect
Syntax
local status = gfx.vol_fog.set_temporal_reprojection_amount(
value
)Parameters
| Type | Name | Description |
|---|---|---|
float | value | Temporal reprojection amount value to apply Controls how heavily previous frames are blended into the current frame. Higher values produce smoother fog with less flickering but may introduce ghosting artifacts during fast camera movement |
Returns
| Type | Name | Description |
|---|---|---|
bool | status | true on successful execution, false otherwise |
Examples
gfx.vol_fog.set_temporal_reprojection_amount(0.9)