blob: 9c75de23ad3d6140ed9bb26b27ad3097b97b4ca5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
\documentclass{ppex}
\nonstopmode
\usepackage {pstcol,pst-3d}
\pagestyle{empty}
\setlength\textwidth{183.0pt}
\begin{document}
\ResetPreambleCommands
\ReadyForTheFray
\usepackage {pstcol,pst-3d}
\begin{pspicture}(-5,-3)(4,3)
\psset{unit=.3cm}
\psset{viewpoint=-1 -1 1}
\ThreeDput[normal=0 0 1]{\psgrid(-3,-3)(6,6)}
\ThreeDput[normal=-1 0 0](0,4,0){
\psframe*[linecolor=yellow](4,4)}
\end{pspicture}
\end{document}
|