NNS_G3dRenderObjInit

C Specification

#include <nnsys/g3d/kernel.h>
void
NNS_G3dRenderObjInit(
NNSG3dRenderObj* pRenderObj,
NNSG3dResMdl* pResMdl
);

Arguments

pRenderObj Pointer to the NNSG3dRenderObj structure
pResMdl Pointer to the model resource

Return Values

None.

Description

Initializes the NNSG3dRenderObj structure. When the pointer to the model resource has been designated in pResMdl, it is initialized as the NNSG3dRenderObj structure that references that model.

See Also

Revision History

08/02/2004 Initial version.