\documentclass[pstricks]{standalone}
\usepackage{pst-sphericaltrochoid}

\begin{document}
\multido{\i=0+10}{73}{%
  \begin{pspicture}(-4,-4)(4,4)
  \psSphericalTrochoid[Sphere,rG=0.5,rR=0.22222,tmax=\i,t=\i,Decran=3000,w=80,viewpoint=1000 20 30 rtp2xyz,resolution=720]
\end{pspicture}}
\end{document} 