In the following document, I want to decrease the radius of the sphere representing the point.
\documentclass{standalone}
\usepackage{pst-solides3d}
\begin{document}
\begin{pspicture}[viewpoint=30 40 30 rtp2xyz] (-2,-1) (2,2)
\psSolid[object=point,
args=0 0 0.5]
\axesIIID (0,0,0) (1,1,1)
\end{pspicture}
\end{document}

0 0 0.5is the x,y,z coordinates of the point. So.5puts the point halfway up the z axis as shown in the image. – Alan Munn Nov 18 '23 at 22:16