NNS_G3dGlbLightColor

Syntax

#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. Choose one of four lights with lightID, then set its color with rgb.

See Also

NNS_G3dGlbLightVector

Revision History

2004/08/02 Initial version.


CONFIDENTIAL