NNSG3dFuncAnmJnt

C Specification

#include <nnsys/g3d/anm.h>

typedef void (*NNSG3dFuncAnmJnt)( 
NNSG3dVisAnmResult* pAnmResult, const NNSG3dAnmObj* pAnmObj, u32 dataIdx);

Arguments

pAnmResult The pointer to the joint animation results.
pAnmObj The pointer to the animation object.
dataIdx The index in the resource.

Return Values

None.

Description

Performs material joint calculations. Make sure that dataIdx is not the node ID, but the index in the animation resource.

See Also

NNSG3dFuncAnmMat, NNSG3dFuncAnmVis, NNSG3dVisAnmResult

Revision History

10/19/2004 Initial version.