#include <nitro/gx/g3x.h>
void G3X_SetFogTable(const u32 * fogTable);
fogTable | Pointer to the beginning of the fog density array set in the fog density table |
None.
This function sets the fog density table. Data from fogTable[0]
to fogTable[7]
is transferred to the fog density table.
01/19/2004 Initial version.