This program tests full-frame antialiased rendering mode. In this mode, the EFB is only large enough to hold half of a frame, so two rendering passes are necessary to generate a full frame. The viewport is adjusted when drawing the bottom half in order to render the correct image.
Functions followed by "(DEMO)" are called by the DEMO library.
| Functions | Parameters | Description |
DEMOInit |
mode | GXNtsc480IntAa |
GXSetCopyFilter |
aa | GX_TRUE / GX_FALSE |
| sample_pattern | Different patterns. | |
| vf | GX_TRUE / GX_FALSE |
|
| vfilter | Different filters. | |
GXSetCopyClamp (DEMO) |
clamp | GX_CLAMP_BOTTOM,GX_CLAMP_BOTTOM | GX_CLAMP_TOP. |
GXSetDispCopySrc (DEMO) |
window | Various windows. |
GXCopyDisp (DEMO) |
dest | Various destinations. |
A Button: Hold down to show alternate filter mode.
B Button: Press to toggle antialiasing ON or OFF.
X Button: Press to toggle animation ON or OFF.
Y Button: Press to switch rendering mode.
Triggers: Press to change levels of recursive subdivision.
START exits the test.

None.
2006/03/01 Initial version.
CONFIDENTIAL