\documentclass[a4paper]{article} \usepackage{pst-solides3d,pstricks-add} \pagestyle{empty} \begin{document} \psset{a=2.5,linecolor=red} \multido{\iRotZ=0+18}{20}{% \begin{center} \begin{pspicture}(-6,-10)(6,4) \psframe(-6,-10)(6,4) \psset{Decran=20,RotZ=\iRotZ} \psSolid[object=grille,base=-4 4 -4 4, linecolor=gray,fillcolor=red!20,RotZ=0](0,0,-5) \psSolid[object=dodecahedron,a=2.5, opacity=0.5, fillcolor=darkgray,linecolor=gray, transform={pop -5}]% \psSolid[object=dodecahedron,a=2.5, opacity=0.5, hollow,hue=1 0 0 0.5 0 0 1 1,linecolor=red,linewidth=0.1]% \end{pspicture} \end{center}\newpage} \end{document}