NNS_G3dDraw

C Specification

#include <nnsys/g3d/sbc.h>
void
NNS_G3dDraw(
NNSG3dRenderObj* pRenderObj
);

Arguments

pRenderObj Pointer to the rendering object

Return Values

None.

Description

Renders the model. To configure the animation, configure the contents of the rendering object. pRenderObj points to NNSG3dRenderObj.

See Also

NNS_G3dDraw1Mat1Shp

Revision History

08/02/2004 Initial version.