MDLPhotometricLight.SphericalHarmonicsLevel Property

Definition

Gets a value from 0 to 3 that represents the number of harmonics that are represented by SphericalHarmonicsCoefficients.

public virtual nuint SphericalHarmonicsLevel { [Foundation.Export("sphericalHarmonicsLevel")] get; }
member this.SphericalHarmonicsLevel : nuint

Property Value

System.System.UIntPtr System.unativeint
Attributes

Remarks

There are 3 values in each coefficient. SphericalHarmonicsLevel represent the highest index level in SphericalHarmonicsCoefficients. There are 2^(SphericalHarmonicsLevel + 1) sets of 3-valued coefficients in the array.

Applies to