Lass es mit `xelatex` oder `latex->dvips->ps2pdf` laufen oder öffne es in `overleaf`. `online-editor`. Wenn du keine Linien haben willst, dann entkommentiere die `grid` Option:
\documentclass[margin=2mm,pstricks]{standalone}
\usepackage{pst-solides3d}
\begin{document}
\begin{pspicture}[solidmemory](-3,-3)(5,5)
\psset{viewpoint=30 30 40 rtp2xyz,Decran=15,lightsrc=viewpoint,action=none,linewidth=0.1pt,
%grid%% falls keine Linien gezeichnet werden sollen
}
\defFunction[algebraic]{funcA}(x,y)
{-5}
{x}
{y}
\psSolid[object=surfaceparametree,
base=-5 5 -5 5,fillcolor=yellow,function=funcA,ngrid=30,name=A]%
\defFunction[algebraic]{funcB}(x,y)
{x}
{0}
{y}
\psSolid[object=surfaceparametree,
base=-8 3 -5 5,fillcolor=cyan,function=funcB,ngrid=30,name=B]%
\defFunction[algebraic]{funcC}(x,y)
{x}
{y}
{0}
\psSolid[object=surfaceparametree,
base=-8 3 -5 5,fillcolor=blue,function=funcC,ngrid=30,name=C]%
\psSolid[object=fusion,base=A B C,action=draw**]
\axesIIID(3,5,5)(7,8,10)
\end{pspicture}
\end{document}
![alt text][1]
[1]: http://texwelt.de/wissen/upfiles/Bildschirmfoto_vom_2015-08-05_08:47:42.png