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
| Type | Name | Description |
|---|
Returns
| Type | Name | Description |
|---|---|---|
bool | result | true if temporal reprojection is enabled, false otherwise |
Examples
engine.print("info", "Temporal reprojection enabled:", gfx.volumetric_fog.is_temporal_reprojection_enabled())