.. role:: clio-optional
   :class: clio-flag clio-flag-optional


#############################
ImageBasedLightingOrientation
#############################

.. js:class:: ImageBasedLightingOrientation

   Defines the orientation of the image-based lighting environment applied to physically-based materials.
   
   
   Index
   =====
   
   .. rubric:: Properties
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:data:`~ImageBasedLightingOrientation.followViewAxes`
   * :js:data:`~ImageBasedLightingOrientation.matrix`
   
   




Properties
==========

.. js:data:: ImageBasedLightingOrientation.followViewAxes

   .. rst-class:: clio-flags
   
      :clio-optional:`optional`
   
   .. rst-class:: sig-pretty-signature
   
      | followViewAxes: *boolean*
   
   If ``true``\ , the environment will be oriented according to the model's view axes after the matrix is applied.
   



.. js:data:: ImageBasedLightingOrientation.matrix

   .. rst-class:: sig-pretty-signature
   
      | matrix: :js:class:`~Matrix`
   
   A matrix applied to the environment. An identity matrix orients the environment so that "up" is in the direction of the positive Y-axis.
   





