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


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

.. js:class:: wv.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:`~wv.ImageBasedLightingOrientation.matrix`
   * :js:data:`~wv.ImageBasedLightingOrientation.followViewAxes`
   
   



.. rst-class:: kind-group kind-properties

.. rubric:: Properties
   :class: kind-group-title


.. js:data:: wv.ImageBasedLightingOrientation.matrix

      .. rst-class:: sig-pretty-signature
      
         | matrix: :js:class:`Matrix <wv.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.
      



.. js:data:: wv.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.
      




