#Move Node with smooth transition 3D
2 messages · Page 1 of 1 (latest)
I believe this would be what you are looking for?
https://docs.godotengine.org/en/stable/tutorials/math/interpolation.html#transform-interpolation
Godot Engine documentation
Interpolation is a very basic operation in graphics programming. It's good to become familiar with it in order to expand your horizons as a graphics developer. The basic idea is that you want to tr...