gfx.sky.physical.get_sun_disk_scale

Client

Retrieves the current sun disk scale of the physical sky material


Syntax

local result = gfx.sky.physical.get_sun_disk_scale()

Parameters

No parameters are accepted by this function

Returns

TypeNameDescription
floatresultCurrent sun disk scale value

Examples

Print current physical sky sun disk scale
core.engine.print("info", "Sun disk scale:", gfx.sky.physical.get_sun_disk_scale())

On this page