Vital.sandbox
GFXSSIL

gfx.ssil.get_normal_rejection

Client

Retrieves the current normal rejection strength of the SSIL post-processing effect


Syntax

local result = gfx.ssil.get_normal_rejection()

Parameters

TypeNameDescription

Returns

TypeNameDescription
floatresultCurrent normal rejection value

Examples

Print current ssil normal rejection
engine.print("info", "SSIL normal rejection:", gfx.ssil.get_normal_rejection())

On this page