summaryrefslogtreecommitdiff
path: root/graphics/pstricks/contrib/pst-mirror/doc/createEPS/test.tex
blob: 30b54eec5617b9ee6f13a0b4f686700d354a8aa9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
\documentclass{standalone}
\usepackage[T1]{fontenc}
\usepackage{mathptmx}
\usepackage{pst-mirror}
\begin{document}
\begin{pspicture}(-5,-5)(5,5)
\pscircle[linecolor=blue!50]{!5 2 sqrt div}
\psset{Rayon=5}
\pstSphereImage[normale=0 0,scale=3](30,0,0){xc.eps}
\end{pspicture}



\begin{pspicture}(-5,-5)(5,5)
\pscircle[linecolor=blue!50]{!5 2 sqrt div}
\psset{Rayon=5}
\pstSphereImage[normale=0 0,scale=5](30,10,0){tiger-c.eps}
\end{pspicture}


\end{document}