.. role:: ts-api-decorator

#####################
SphereGeneratorConfig
#####################

.. js:module:: cee.utils
   :noindex:

.. container:: ts-api-section

   .. js:class:: SphereGeneratorConfig

      The sphere generator configuration object, see ``SphereGenerator``.



.. container:: api-index-section

   .. rubric:: Properties

   .. rst-class:: api-index-list-item api-kind-property api-parent-kind-interface

   * :js:attr:`~cee.utils.SphereGeneratorConfig.center`
   * :js:attr:`~cee.utils.SphereGeneratorConfig.numSlices`
   * :js:attr:`~cee.utils.SphereGeneratorConfig.radius`





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

Properties
==========

.. container:: ts-api-section

   .. js:attribute:: SphereGeneratorConfig.center

      :type: Vec3

      The center point of the sphere.



.. container:: ts-api-section

   .. js:attribute:: SphereGeneratorConfig.numSlices

      :type: number

      Number of slices from which the sphere will be generated. Used for both angles (directions) on the sphere.



.. container:: ts-api-section

   .. js:attribute:: SphereGeneratorConfig.radius

      :type: number

      The radius point of the sphere.



