gfx.sky.physical.set_use_debanding
Client
Sets whether debanding is enabled on the physical sky material
Syntax
local status = gfx.sky.physical.set_use_debanding(
state
)Parameters
| Type | Name | Description |
|---|---|---|
bool | state | true to enable debanding, false to disable |
Returns
| Type | Name | Description |
|---|---|---|
bool | status | true on successful execution, false otherwise |
Examples
gfx.sky.physical.set_use_debanding(true)