gfx.sky.procedural.set_ground_curve

Client

Sets the curve blend factor of the procedural ground


Syntax

local status = gfx.sky.procedural.set_ground_curve(
    value
)

Parameters

TypeNameDescription
floatvalueCurve blend factor of the procedural ground to apply

Returns

TypeNameDescription
boolstatustrue on successful execution, false otherwise

Examples

Set procedural sky ground curve
gfx.sky.procedural.set_ground_curve(0.02)

On this page