Note: This documentation is preliminary and is subject to change.
Projects a function represented on a cube map into spherical harmonics (SH).
Definition
Visual Basic .NET
Public Shared Sub ProjectCubeMap( _ ByVal order As Integer, _ ByVal cubeMap As CubeTexture, _ ByVal redOutput() As Single, _ ByVal greenOutput() As Single, _ ByVal blueOutput() As Single _ )