Why does OpenGL use degrees instead of radians?
Because normal people are more used to calculating degrees — OpenGL is meant to be used simple. Note that all the functions that operate on degrees are “high level” functions. For OpenGL itself, it’s no difference whether it receives radians or degrees — they are internally converted to transformation matrices anyway, so there’s no computational … Read more