NNSG3dFuncAnmMat

Syntax

#include <nnsys/g3d/anm.h>

typedef void (*NNSG3dFuncAnmMat)(NNSG3dMatAnmResult* pAnmResult,
                                 const NNSG3dAnmObj* pAnmObj,
                                 u32 dataIdx);

Arguments

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

Return Values

None.

Description

This is the function type for functions that perform material animation calculations.

Note: Make sure that dataIdx is not the node ID, but the index in the animation resource.

See Also

NNSG3dFuncAnmJnt, NNSG3dFuncAnmVis, NNSG3dVisAnmResult

Revision History

2004/10/19 Initial version.


CONFIDENTIAL