Vital.sandbox
GFXEmissive

gfx.emissive.set_intensity

Client

The overall intensity to be set for the emissive post-processing effect


Syntax

local status = gfx.emissive.set_intensity(value)

Parameters

TypeNameDescription
floatvalueIntensity value to be applied
Controls the overall brightness multiplier of the glow effect. Higher values produce a more pronounced and brighter glow across all active levels

Returns

TypeNameDescription
boolstatustrue on successful execution, or false on failure

Examples

--Set a strong overall glow intensity
gfx.emissive.set_intensity(1.5)

On this page