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