GFXSDFGI
gfx.sdfgi.is_reading_sky_light
Client
Retrieves whether sky light sampling is currently enabled for the SDFGI post-processing effect
Syntax
local result = gfx.sdfgi.is_reading_sky_light()Parameters
| Type | Name | Description |
|---|
Returns
| Type | Name | Description |
|---|---|---|
bool | result | true if SDFGI sky light sampling is enabled, false otherwise |
Examples
engine.print("info", "SDFGI reading sky light:", gfx.sdfgi.is_reading_sky_light())