MDLLightProbe.SphericalHarmonicsCoefficients Property

Definition

Gets an array of 32-bit floating-point coefficients that are used to calculate the light probes illumination in space.

public virtual Foundation.NSData SphericalHarmonicsCoefficients { [Foundation.Export("sphericalHarmonicsCoefficients", ObjCRuntime.ArgumentSemantic.Copy)] get; }
member this.SphericalHarmonicsCoefficients : Foundation.NSData

Property Value

(More documentation for this node is coming)

This value can be null.

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