gfx.env.set_ambient_sky_contribution
Client
Sets the ambient sky contribution of the environment
Syntax
local status = gfx.env.set_ambient_sky_contribution(
value
)Parameters
| Type | Name | Description |
|---|---|---|
float | value | Ambient sky contribution amount to apply |
Returns
| Type | Name | Description |
|---|---|---|
bool | status | true on successful execution, false otherwise |
Examples
gfx.env.set_ambient_sky_contribution(1.0)