NNS_G3dGlbMaterialColorSpecEmi

Syntax

#include <nnsys/g3d/glbstate.h>
void
NNS_G3dGlbMaterialColorSpecEmi(
    GXRgb specular,
    GXRgb emission,
    BOOL IsShininess
);

Arguments

specular Specular reflection color
emission Emitted light color
IsShininess Enable/Disable flag for the specular reflection shininess table

Return Values

None.

Description

This function configures the material specular reflection color (specular) and emitted light color (emission) in the global state kept inside the G3D library. One of two options can be chosen for the specular reflection shininess table flag: either not using the table (FALSE), or using the table (anything other than FALSE). The configuration performed with this API will be applied to the model if using either the NNS_G3dMdlUseGlbSpec function or the NNS_G3dMdlUseGlbEmi function.

See Also

NNS_G3dGlbMaterialColorDiffAmb

Revision History

2004/08/02 Initial version.


CONFIDENTIAL