A point on a unit sphere at ($\theta$ = 0, $\psi$ = $\pi$/2) moves over the surface on great circle by $\alpha$ radians at an angle $\gamma$ from "north" (the north pole being at $\psi$ = 0). How would I calculate the new spherical coordinates for the point using $\alpha$ and $\gamma$?
For context, I am programming a simple game that takes place on a sphere.
You have to also state the extra $\phi \text{ or } \psi$ you want to shift it to. If new $(\theta, \phi)$ are given in same coordinates, then,
$$ (x,y,z)= 1 {(\cos (\theta+ Delta; \theta), \sin (\theta+ \Delta \;\theta), \sin (\phi+ Delta \;\phi)}$$