1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3
4<head>
5<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
6<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 6.5.0.0 for Windows">
7<META http-equiv="Content-Style-Type" content="text/css">
8<LINK rel="stylesheet" type="text/css" href="../../../CSS/revolution.css">
9<title>mgt-fifo-dual</title>
10</head>
11
12<body>
13
14<h1 align="left">mgt-fifo-dual</h1>
15
16<h2>Description</h2>
17<P>This demo is a more difficult method for implementing dual FIFOs than <CODE>mgt-fifo-brkpt</CODE> (if your purpose is frame-staggered rendering). This demo uses two separate FIFOs to show how to manage them and to show a basic way of sorting opaque and transparent geometry.</P>
18<P>Wii is a Z-buffer machine and, in order to draw transparent objects correctly, opaque objects need to be rendered first. Then the transparent objects must be rendered according to their depth (from back to front). This demo does not depth-sort its transparent geometry objects and does not process in polygon units; its only purpose is to show how to manage two separate FIFOs. (We like variety in our demos since we have already implemented a demo for frame-staggered rendering.)</P>
19
20<h2>Coverage</h2>
21<P>N/A.</P>
22
23<h2>Using the Demo</h2>
24<p>Press the A button to switch FIFO modes. <BR>Press the B button to switch cull modes.</p>
25
26<h2>Required Data Files</h2>
27<p>None.</p>
28
29<H2>Revision History</H2>
30<P>
312006/03/01 Initial version.<br>
32</P>
33
34<hr><p>CONFIDENTIAL</p></body>
35</html>
36