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