This program displays four large objects and fourteen small objects. Of the large objects, two are drawn using display lists, and the other two are drawn without using display lists.
These objects are drawn using direct attributes.
Display list functions.
| Functions | Parameters | Description |
GXBeginDisplayList |
list, size | Two different display lists of different sizes are specified. |
GXEndDisplayList |
None. | |
GXCallDisplayList |
list, size | Two different display lists of different sizes are specified. |
The A Button stops the animation.
START exits the test.

$REVOLUTION_SDK_ROOT/dvddata/gxTextrs.tpl.
03/01/2006 Initial version.