NNS_G3dRenderObjSetBlendFuncJnt

Syntax

#include <nnsys/g3d/kernel.h>

void
NNS_G3dRenderObjSetBlendFuncJnt(
    NNSG3dRenderObj* pRenderObj,
    NNSG3dFuncAnmBlendJnt func
);

Arguments

pRenderObj Pointer to the NNSG3dRenderObj structure.
func Pointer to the blend function of the joint calculation results.

Return Values

None.

Description

Configures the joint calculation results' blend function in the rendering object. The blend function configured here is called from G3D when rendering with the NNS_G3dDraw function. Because the default blend function is set in the rendering object when the rendering object is initialized, there is no need to call this function when using the default blend function.

See Also

Revision History

2004/10/20 Initial version.


CONFIDENTIAL