
###############################
SimpleReflectionAttenuationUnit
###############################

.. js:data:: SimpleReflectionAttenuationUnit

   Units in which attenuation distances are specified for simple reflections.
   
   See [[View.setSimpleReflectionAttenuation]].
   
   
   Index
   =====
   
   .. rubric:: Enumeration Members
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:data:`~SimpleReflectionAttenuationUnit.ProportionOfBoundingHeight`
   * :js:data:`~SimpleReflectionAttenuationUnit.World`
   
   




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

.. js:data:: SimpleReflectionAttenuationUnit.ProportionOfBoundingHeight

   .. rst-class:: sig-pretty-signature
   
      | ProportionOfBoundingHeight: *1*
   
   If this unit is used, distances will be multiplied by the distance from the ground plane to the furthest point on the scene bounding.
   



.. js:data:: SimpleReflectionAttenuationUnit.World

   .. rst-class:: sig-pretty-signature
   
      | World: *0*
   
   World-space units.
   





