

#include <nitro/gx/g2_oam.h>
void G2_SetOBJEffect(GXOamAttr * oam, GXOamEffect effect, int rsParam);
| oam | Pointer to the location storing the OAM data |
| effect | Specify effect type |
| rsParam | Affine transformation parameter |
None.
This function specifies the flip and affine transformation effects and stores them in *oam. rsParam is valid only when affine transformation has been specified with effect. The affine transformation to be applied to OBJ can be specified with an index. Refer to the G2_SetOBJAttr function for details on the GXOamEffect type.
2004/01/19 Initial version.
CONFIDENTIAL