.. role:: ts-api-decorator

.. _PointShape:

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

.. container:: ts-api-section

   Specifies the appearance of points.



.. container:: api-index-section

   .. rubric:: Enumeration Members

   .. rst-class:: api-index-list-item api-kind-enummember api-parent-kind-enum

   * :ref:`PointShape.Disk`
   * :ref:`PointShape.Sphere`
   * :ref:`PointShape.Square`





------------

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

.. rst-class:: ts-api-section

.. _PointShape.Disk:

Disk
----

Points will be drawn as circles filled with a solid color.

.. rst-class:: ts-api-section

.. _PointShape.Sphere:

Sphere
------

Points will be drawn as filled circles lit as if they were spheres
instead of being filled with a solid color.

.. rst-class:: ts-api-section

.. _PointShape.Square:

Square
------

Points will be drawn as squares filled with a solid color.
This option will give the best performance for large point clouds.

