NNS_G3dGlbLightColor

C Specification

#include <nnsys/g3d/glbstate.h>
void
NNS_G3dGlbLightColor(
    GXLightId lightID,
    GXRgb rgb
);

Arguments

lightID Light number (0 - 3)
rgb   Light color

Return Values

None.

Description

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.

See Also

NNS_G3dGlbLightVector

Revision History

2004/08/02 Initial version.


CONFIDENTIAL