#include <nitro/gx/g2.h>
void G2S_SetOBJMosaicSize(int hSize, int vSize);
hSize | Mosaic width (0 ≤ hSize ≤ 15) |
vSize | Mosaic height (0 ≤ vSize ≤ 15) |
None.
This function sets the size of the mosaic to apply to OBJ. However, if the mosaic size is set to 0, the screen will be displayed normally.
G2S_SetBGMosaicSize, G2S_BG0Mosaic
02/09/2004 Initial version