#include <nitro/gx/g2.h>
void G2_SetOBJMosaicSize(int hSize, int vSize);
hSize | Mosaic width (0 ≤ hSize ≤ 15) |
vSize | Mosaic height (0 ≤ vSize ≤ 15) |
None.
This function determines the mosaic size to be applied to the OBJ. However, if the mosaic size is set to 0, the screen will be displayed normally.
G2_SetBGMosaicSize, G2_OBJMosaic
01/19/2004 Initial version.