SphericalHarmonics.ProjectCubeMap Method ()
Projects a function represented on a cube map into spherical harmonics (SH).
public static void ProjectCubeMap(int, CubeTexture, GraphicsStream, GraphicsStream, GraphicsStream); public static void ProjectCubeMap(int, CubeTexture, float[], float[], float[]);
Exceptions
InvalidCallException The method call is invalid. For example, a method's parameter might contain an invalid value.
Show: