#include <nnsys/g3d/kernel.h>
void
NNS_G3dRenderObjRemoveAnmObj(
NNSG3dRenderObj* pRenderObj,
NNSG3dAnmObj* pAnmObj
);
pRenderObj | Pointer to the NNSG3dRenderObj structure. |
pAnmObj | Pointer to the NNSG3dAnmObj structure. |
None.
Deletes the animation object designated by pAnmObj
from the rendering object designated by pRenderObj
.
2004/08/02 Initial version.
CONFIDENTIAL