#include <nitro/gx/g2_oam.h>
void G2_SetOBJShape(GXOamAttr * oam, GXOamShape shape);
oam | Pointer to the location storing the OAM data |
shape | Specifies the OBJ shape |
None.
This function specifies the OBJ shape and stores it in *
oam
. For type GXOamShape
, refer to G2_SetOBJAttr
.
01/19/2004 Initial version.