Smoother Step
PureSmootherStepKen Perlin's improved smoothstep with zero 1st and 2nd derivatives at edges. Even smoother transitions.
Type: Pure (no side effects)
Category: Fortuna|Math & Numeric
Keywords: math & numeric
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| Edge0 | float | — | Edge0 parameter |
| Edge1 | float | — | Edge1 parameter |
| X | float | — | X parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| ReturnValue | float | ReturnValue output |
Example Use Cases
Example 1
Ultra-smooth terrain blending at biome boundaries.
Example 2
Film-quality camera easing.