#include <nitro/gx/g2_oam.h>
void G2_SetOBJShape(GXOamAttr * oam, GXOamShape shape);This function specifies the OBJ shape and stores it in *oam. See G2_SetOBJAttr for details on GXOamShape types.
oam |
Pointer to where the OAM data is stored |
shape |
Specifies OBJ shape |
None
01/19/2004 Initial Version