<div dir="ltr">Consider the following minimal example:<div><br></div><div><div><font face="monospace, monospace">\documentclass{article}</font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">\usepackage{pst-solides3d}</font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">\begin{document}</font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">\begin{pspicture}(-5,-5)(5,5)</font></div><div><font face="monospace, monospace"><span class="gmail-Apple-tab-span" style="white-space:pre">      </span>\psset{</font></div><div><font face="monospace, monospace">    viewpoint=0 20 4,</font></div><div><font face="monospace, monospace">    Decran=25,</font></div><div><font face="monospace, monospace">    lightsrc=viewpoint,</font></div><div><font face="monospace, monospace">    lightintensity=1,</font></div><div><font face="monospace, monospace"><span class="gmail-Apple-tab-span" style="white-space:pre">  </span>}</font></div><div><font face="monospace, monospace">  </font></div><div><font face="monospace, monospace">  \psSolid[<br></font></div><div><font face="monospace, monospace">    object=calottesphere,</font></div><div><font face="monospace, monospace">    r=3,</font></div><div><font face="monospace, monospace">    ngrid=90 120,% <---------------- change this to ngrid=150 150</font></div><div><font face="monospace, monospace">    theta=30,phi=-90,</font></div><div><font face="monospace, monospace">    grid,hollow,</font></div><div><font face="monospace, monospace">    fillcolor=white,incolor=green,</font></div><div><font face="monospace, monospace">    action=draw**</font></div><div><font face="monospace, monospace">  ](0,0,0)</font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">\end{pspicture}</font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">\end{document}</font></div></div><div><br></div><div>The result looks like this:</div><div><br></div><div><img src="cid:ii_15a9d485b07bfc0b" alt="Inline image 1" width="184" height="146" style="margin-right: 0px;"><br></div><div><br></div><div>However, changing the <font face="monospace, monospace">ngrid</font> parameters to (say) <font face="monospace, monospace">ngrid=150 150</font>, the output looks like this:</div><div><br></div><div><img src="cid:ii_15a9d53897d5a360" alt="Inline image 2" width="184" height="146" style="margin-right: 0px;"><br></div><div><br></div><div>Why is that? I'd like to get a "bowl" that is really smooth, and therefore would like to increase the <font face="monospace, monospace">ngrid</font> parameters to something large without causing the above problem.</div></div>