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
| Type | Name | Description |
|---|---|---|
float | value | Curve blend factor of the procedural ground to apply |
Returns
| Type | Name | Description |
|---|---|---|
bool | status | true on successful execution, false otherwise |
Examples
gfx.sky.procedural.set_ground_curve(0.02)