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 Revolution. The TV screen contains four subscreens; each subscreen shows a different face culling method.</P>
15<H2>Coverage</H2>
16<P>Face culling function.</P>
17<TABLE border="1" cellpadding="3" cellspacing="0.1" width="640">
18  <TBODY>
19    <TR>
20<TD width="30%" bgcolor="#C0C0C0"><STRONG><EM>Functions</EM></STRONG></TD>
21<TD width="25%" bgcolor="#C0C0C0"><STRONG><EM>Parameters</EM></STRONG></TD>
22<TD width="45%" bgcolor="#C0C0C0"><STRONG><EM>Description</EM></STRONG></TD>
23    </TR>
24    <TR>
25<TD width="30%"><A href="../../../gx/Culling/GXSetCullMode.html"><CODE>GXSetCullMode</CODE></A></TD>
26<TD width="25%"><EM><STRONG><FONT face="Courier New">mode</FONT></STRONG></EM></TD>
27<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>
28    </TR>
29  </TBODY>
30</TABLE>
31<H2>Operation Method</H2>
32<P>The A Button changes the primitive. START exits the test.</P>
33<H2>Snapshot</H2>
34<P><B>Triangles</B></P>
35<P><IMG src="./images/cul-faces-1.gif" alt="cul-faces-1.gif (24653 bytes)" width="642" height="482"></P>
36<P><B>Triangle Strip</B></P>
37<P><IMG src="./images/cul-faces-2.gif" alt="cul-faces-2.gif (38731 bytes)" width="642" height="482"></P>
38<P><B>Triangle Fans</B></P>
39<P><IMG src="./images/cul-faces-3.gif" alt="cul-faces-3.gif (38694 bytes)" width="642" height="482"></P>
40<P><B>Quadrangles</B></P>
41<P><IMG src="./images/cul-faces-4.gif" alt="cul-faces-4.gif (31217 bytes)" width="642" height="482"><BR>
42</P>
43<H2>Required Data Files</H2>
44<P>None.</P>
45<H2>Revision History</H2>
46<P>2006/03/01 Initial version.</P>
47<hr>
48<P>CONFIDENTIAL</p>
49</BODY>
50</HTML>