Drawing points in tgeometry

Hi all,
I developed a small macro to draw tracks in TGeometry.
But I’m interested in drawing points too.
The only way I know is DrawCurrentPoint, which looks have no options but color.
Am I wrong?
Is there anything to change size/style?

Many thanks in advance!

Marco

You can use root.cern.ch/root/html/TPolyMarker3D.html . See $ROOTSYS/tutorials/graphics/tornado.C example

Hi Valeri,
this is exactly what I was looking for! Thanks!

Regards,
Marco