gfx.vol_fog.is_temporal_reprojection_enabled
Client
Retrieves whether temporal reprojection is currently enabled for the volumetric fog post-processing effect
Syntax
local result = gfx.vol_fog.is_temporal_reprojection_enabled()Parameters
| No parameters are accepted by this function |
|---|
Returns
| Type | Name | Description |
|---|---|---|
bool | result | true if temporal reprojection is enabled, false otherwise |
Examples
core.engine.print("info", "Temporal reprojection enabled:", gfx.vol_fog.is_temporal_reprojection_enabled())