Vital.sandbox
GFXVolumetric Fog

gfx.volumetric_fog.get_sky_affect

Client

Retrieves the current sky influence amount of the volumetric fog post-processing effect


Syntax

local result = gfx.volumetric_fog.get_sky_affect()

Parameters

TypeNameDescription

Returns

TypeNameDescription
floatresultCurrent sky influence value

Examples

Print current volumetric fog sky influence amount
engine.print("info", "Volumetric fog sky affect:", gfx.volumetric_fog.get_sky_affect())

On this page