You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Added smoothstep built-in function
(cherry picked from commit 514a3fb96a)
This commit is contained in:
committed by
Hein-Pieter van Braam-Stewart
parent
340bf6e80c
commit
6ab01490f5
@@ -65,6 +65,7 @@ public:
|
||||
MATH_LERP,
|
||||
MATH_INVERSE_LERP,
|
||||
MATH_RANGE_LERP,
|
||||
MATH_SMOOTHSTEP,
|
||||
MATH_DECTIME,
|
||||
MATH_RANDOMIZE,
|
||||
MATH_RAND,
|
||||
|
||||
Reference in New Issue
Block a user