Vital.sandbox
GFXVolumetric Fog

gfx.volumetric_fog.get_detail_spread

Client

Retrieves the current detail spread of the volumetric fog post-processing effect


Syntax

local result = gfx.volumetric_fog.get_detail_spread()

Parameters

TypeNameDescription

Returns

TypeNameDescription
floatresultCurrent detail spread value

Examples

Print current volumetric fog detail spread
engine.print("info", "Volumetric fog detail spread:", gfx.volumetric_fog.get_detail_spread())

On this page