GsSetFogParam

Sets the fog parameter

void GsSetFogParam (
        GsFOGPARAM *fogparam
)

Arguments

fogparam Pointer to a fog parameter structure

Return Value

None.

Explanation

The fog parameter is set according to the GsFOGPARAM structure pointed to by fogparam.
Fog is only effective if the light source mode is 1 (see GsSetLightMode()).

See Also

GsFOGPARAM, GsSetLightMode()