#include <nnsys/g3d/glbstate.h>
void
NNS_G3dGlbLightColor(
GXLightId lightID,
GXRgb rgb
);
| lightID | Light number (0 - 3) |
rgb |
Light color |
None.
This function configures the light color in the global state that is kept inside the G3D library. One of four lights is chosen with lightID. The color is then set by rgb.
08/02/2004 Initial version.
CONFIDENTIAL