Missing atan2 function

Godot Version

4.3

Question

There seems to be no atan2 function in gd-shader. Is there a workaround?

Just use atan(y, x) (it’s listed in the reference)

1 Like