Note: This documentation is preliminary and is subject to change.
Extracts coefficient data from a single-channel buffer and adds the data to a Mesh object.
Definition
Visual Basic .NET
Public Sub ExtractToMesh( _ ByVal numberCoefficients As Integer, _ ByVal usage As DeclarationUsage, _ ByVal usageIndexStart As Integer, _ ByVal scene As Mesh _ )
public function ExtractToMesh( numberCoefficients : int, usage : DeclarationUsage, usageIndexStart : int, scene : Mesh );
Parameters
numberCoefficients
System.Int32. Number of coefficients per sample location. When using spherical harmonic (SH) precomputed radiance transfer (PRT), the number of coefficients should be Order2, where Order is the order of the spherical harmonic (SH) evaluation. Order must be in the range of SphericalHarmonics.MinimumOrder to SphericalHarmonics.MaximumOrder, inclusive.