1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<HTML>
3<HEAD>
4<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
5<META name="GENERATOR" content="Microsoft FrontPage 5.0">
6<META http-equiv="Content-Style-Type" content="text/css">
7<LINK rel="stylesheet" type="text/css" href="../../../CSS/revolution.css">
8<TITLE>cul-faces</TITLE>
9</HEAD>
10<BODY>
11<H1 align="left">cul-faces</H1>
12
13<H2>Description</H2>
14<P>This program shows the four face culling methods for the Wii. The TV screen contains four subscreens; each subscreen shows a different face culling method.</P>
15
16<H2>Coverage</H2>
17<P>Face culling function.</P>
18<TABLE border="1" cellpadding="3" cellspacing="0.1" width="640">
19  <TBODY>
20    <TR>
21<TD width="30%" bgcolor="#C0C0C0"><STRONG><EM>Functions</EM></STRONG></TD>
22<TD width="25%" bgcolor="#C0C0C0"><STRONG><EM>Parameters</EM></STRONG></TD>
23<TD width="45%" bgcolor="#C0C0C0"><STRONG><EM>Description</EM></STRONG></TD>
24    </TR>
25    <TR>
26<TD width="30%"><A href="../../../gx/Culling/GXSetCullMode.html"><CODE>GXSetCullMode</CODE></A></TD>
27<TD width="25%"><SPAN class="argument">mode</SPAN></TD>
28<TD width="45%">Upper left subscreen: <CODE>GX_CULL_NONE</CODE><BR> Upper right subscreen: <CODE>GX_CULL_FRONT</CODE><BR> Lower left subscreen: <CODE>GX_CULL_BACK</CODE><BR> Lower right subscreen:<CODE>GX_CULL_ALL</CODE></TD>
29    </TR>
30  </TBODY>
31</TABLE>
32
33<H2>Using the Demo</H2>
34<P>The A Button changes the primitive.<BR>PAUSE exits the test.</P>
35
36<H2>Snapshot</H2>
37<P><B>Triangles</B></P>
38<P><IMG src="./images/cul-faces-1.gif" alt="cul-faces-1.gif (24653 bytes)" width="642" height="482"></P>
39<P><B>Triangle Strips</B></P>
40<P><IMG src="./images/cul-faces-2.gif" alt="cul-faces-2.gif (38731 bytes)" width="642" height="482"></P>
41<P><B>Triangle fans</B></P>
42<P><IMG src="./images/cul-faces-3.gif" alt="cul-faces-3.gif (38694 bytes)" width="642" height="482"></P>
43<P><B>Quadrangles</B></P>
44<P><IMG src="./images/cul-faces-4.gif" alt="cul-faces-4.gif (31217 bytes)" width="642" height="482"></P>
45
46<H2>Required Data Files</H2>
47<P>None.</P>
48
49<H2>Revision History</H2>
50<P>
512006/03/01 Initial version.<BR>
52</P>
53
54<hr><p>CONFIDENTIAL</p></body>
55</HTML>