It seems that setting different values in PlotPoints makes no difference. For example,
Plot3D[Sin[x]*Sin[y], {x, -6,6}, {y, -6,6}, PlotPoints->15]
looks the same as
Plot3D[Sin[x]*Sin[y], {x, -6,6}, {y, -6,6}, PlotPoints->60]
Thanks in advanced for any help from fellow Mathematica users
-M