Projects a function represented on a cube map into spherical harmonics (SH).
Definition
Visual Basic
Public Shared Sub ProjectCubeMap( _ ByVal order As Integer, _ ByVal cubeMap As CubeTexture, _ ByVal redOutput() As Single, _ ByVal greenOutput() As Single, _ ByVal blueOutput() As Single _ )