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

.. js:data:: wv.PointShape

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



.. rst-class:: kind-group kind-enumeration-members

.. rubric:: Enumeration Members
   :class: kind-group-title


.. js:data:: wv.PointShape.Disk

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



.. js:data:: wv.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:: wv.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.
      




