#include <nnsys/g3d/kernel.h>
void
NNS_G3dRenderObjSetInitFunc(
NNSG3dRenderObj* pRenderObj,
NNSG3dSbcCallBackFunc func
);
| pRenderObj | Pointer to the NNSG3dRenderObj structure. |
| func | Pointer to the callback function to register |
None.
This is the callback function executed just before rendering is registered in the NNSG3dRS structure. The callback function that is registered can be used for registering the callback processes during the drawing by using the NNS_G3dRSSetCallBack function.
NNS_G3dRenderObjSetCallBack, NNS_G3dRenderObjResetCallBack
10/11/2004 Initial version.