PrtEngine.ComputeDirectLightingSphericalHarmonics Method |
Language: |
Computes the direct-lighting contribution to 3-D objects where the source radiance is represented by a spherical harmonic (SH) approximation.
Visual Basic Public Sub ComputeDirectLightingSphericalHarmonics( _
ByVal shOrder As Integer, _
ByVal data As PrtBuffer _
)C# public void ComputeDirectLightingSphericalHarmonics(
int shOrder,
PrtBuffer data
);C++ public:
void ComputeDirectLightingSphericalHarmonics(
int shOrder,
PrtBuffer^ data
);JScript public function ComputeDirectLightingSphericalHarmonics(
shOrder : int,
data : PrtBuffer
);
shOrder System.Int32
Order of the SH evaluation. Must be in the range of SphericalHarmonics.MinimumOrder to SphericalHarmonics.MaximumOrder, inclusive. The evaluation generates shOrder2 coefficients. The degree of the evaluation is shOrder - 1.data Microsoft.DirectX.Direct3D.PrtBuffer
A PrtBuffer object that models the direct lighting contribution with the SH approximation. This buffer must have the proper number of color channels allocated for the simulation.
The output does not include albedo, and only incoming light is integrated in the simulator. By not multiplying the albedo, you can model albedo variation at a finer scale than the source radiance, thereby yielding more accurate results from compression.
Call PrtEngine.MultiplyAlbedo to multiply each precomputed radiance transfer (PRT) vector by the albedo.
Exceptions
InvalidCallException The method call is invalid. For example, a method's parameter might contain an invalid value. OutOfMemoryException Microsoft Direct3D could not allocate sufficient memory to complete the call.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center