MDLLightProbe.SphericalHarmonicsCoefficients Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.