Method SetL1
SetL1(ref SphericalHarmonicsL2, Vector3, Vector3, Vector3)
Set all L1 coefficients per channel.
Declaration
public static void SetL1(ref SphericalHarmonicsL2 sh, Vector3 L1_R, Vector3 L1_G, Vector3 L1_B)
Parameters
Type | Name | Description |
---|---|---|
SphericalHarmonicsL2 | sh | The SphericalHarmonicsL2 data structure to store information on. |
Vector3 | L1_R | The red channels for each L1 coefficient. |
Vector3 | L1_G | The green channels for each L1 coefficient. |
Vector3 | L1_B | The blue channels for each L1 coefficient. |