Share via


MDLLightProbe.SphericalHarmonicsLevel Property

Definition

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIntPtr SphericalHarmonicsLevel { [Foundation.Export("sphericalHarmonicsLevel")] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("sphericalHarmonicsLevel")>]
member this.SphericalHarmonicsLevel : unativeint

Property Value

UIntPtr

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