Retour

fig02.tex

Télécharger le fichier Fichier PDF
Image PNG
\documentclass[a4paper]{article}
\usepackage{pst-solides3d}
\pagestyle{empty}
\begin{document}
 
%@AUTEUR: Manuel Luque
 
\psset{unit=0.7}
\psset{lightsrc=62 35 -70}
\begin{pspicture}(-6,-6)(6,7)
\psset{SphericalCoor,viewpoint=100 30 -45,Decran=50}
\psSolid[object=grille,base=-7 7 -7 7,action=draw*,linecolor=red](0,0,7)
\psSolid[object=new,RotX=0,RotY=-30,RotZ=0,incolor=yellow!50,
    hue=0 0.7 0.5 1,hollow,
    linewidth=0.5\pslinewidth,
    sommets= (sommets_clebsch.dat) run,
    faces={(faces_clebsch.dat) run}]%
\psSolid[object=parallelepiped,a=14,b=14,c=14,action=draw](0,0,0)
\end{pspicture}
 
\end{document}