#include <nnsys/g3d/anm.h>
typedef void (*NNSG3dFuncAnmJnt)(NNSG3dJntAnmResult* pAnmResult,
const NNSG3dAnmObj* pAnmObj,
u32 dataIdx);
pAnmResult | The pointer to the joint animation results. |
pAnmObj | The pointer to the animation object. |
dataIdx | The index in the resource. |
None.
Type of function that calculates joint animations.
Note: Make sure that dataIdx
is not the node ID, but the index in the animation resource.
NNSG3dFuncAnmMat
, NNSG3dFuncAnmVis
, NNSG3dVisAnmResult
2004/10/19 Initial version.
CONFIDENTIAL