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
| Type | Name | Description |
|---|---|---|
float | value | Sun disk scale to apply |
Returns
| Type | Name | Description |
|---|---|---|
bool | status | true on successful execution, false otherwise |
Examples
gfx.sky.physical.set_sun_disk_scale(1.0)