Method SetL1G
SetL1G(ref SphericalHarmonicsL2, Vector3)
Set the green channel for each of the L1 coefficients.
Declaration
public static void SetL1G(ref SphericalHarmonicsL2 sh, Vector3 L1_G)
Parameters
Type | Name | Description |
---|---|---|
SphericalHarmonicsL2 | sh | The SphericalHarmonicsL2 data structure to store information on. |
Vector3 | L1_G | The green channels for each L1 coefficient. |