Version: 2022.3
LanguageEnglish
  • C#

SphericalHarmonicsL2.AddDirectionalLight

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Declaration

public void AddDirectionalLight(Vector3 direction, Color color, float intensity);

Parameters

direction The direction from the light probe to the light. The vector should be normalized for correct results.
color The color of the light.
intensity The intensity of the light.

Description

Add a directional light to the spherical harmonics.

If the spherical harmonics represent a light probe, this function adds a directional light into the light probe data.