#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. Choose one of four lights with lightID
, then set its color with rgb
.
2004/08/02 Initial version.
CONFIDENTIAL