Question

I have a camera in my 3D java game whose vertical axis can go from -1(looking straight down) to 1(looking straight up). If zero is looking straight ahead, then how might I convert this vertical axis value to degrees(0 - 360), with 0 being straight, -90 looking down, and +90 looking up? Thanks in advance!

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top