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

TypeNameDescription
floatvalueAmbient sky contribution amount to apply

Returns

TypeNameDescription
boolstatustrue on successful execution, false otherwise

Examples

Set environment ambient sky contribution
gfx.env.set_ambient_sky_contribution(1.0)

On this page