gfx.sky.physical.set_sun_disk_scale

Client

Sets the sun disk scale of the physical sky material


Syntax

local status = gfx.sky.physical.set_sun_disk_scale(
    value
)

Parameters

TypeNameDescription
floatvalueSun disk scale to apply

Returns

TypeNameDescription
boolstatustrue on successful execution, false otherwise

Examples

Set physical sky sun disk scale
gfx.sky.physical.set_sun_disk_scale(1.0)

On this page