
##########
PointShape
##########

.. js:data:: PointShape

   Specifies the appearance of points.
   
   
   Index
   =====
   
   .. rubric:: Enumeration Members
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:data:`~PointShape.Disk`
   * :js:data:`~PointShape.Sphere`
   * :js:data:`~PointShape.Square`
   
   




Enumeration Members
===================

.. js:data:: PointShape.Disk

   .. rst-class:: sig-pretty-signature
   
      | Disk: *1*
   
   Points will be drawn as circles filled with a solid color.
   



.. js:data:: PointShape.Sphere

   .. rst-class:: sig-pretty-signature
   
      | Sphere: *2*
   
   Points will be drawn as filled circles lit as if they were spheres instead of being filled with a solid color.
   



.. js:data:: PointShape.Square

   .. rst-class:: sig-pretty-signature
   
      | Square: *0*
   
   Points will be drawn as squares filled with a solid color. This option will give the best performance for large point clouds.
   





