.. role:: ts-api-decorator

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

.. container:: ts-api-section

   .. js:class:: ImageBasedLightingOrientation

      Defines the orientation of the image-based lighting environment applied
      to physically-based materials.



.. container:: api-index-section

   .. rubric:: Properties

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

   * :js:attr:`~ImageBasedLightingOrientation.followViewAxes`
   * :js:attr:`~ImageBasedLightingOrientation.matrix`





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

Properties
==========

.. container:: ts-api-section

   .. js:attribute:: ImageBasedLightingOrientation.followViewAxes

      :type: boolean :ts-api-decorator:`optional`

      If ``true``, the environment will be oriented according to the model's
      view axes after the matrix is applied.



.. container:: ts-api-section

   .. js:attribute:: ImageBasedLightingOrientation.matrix

      :type: 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.



