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="Microsoft FrontPage 5.0"> 7<META http-equiv="Content-Style-Type" content="text/css"> 8<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css"> 9<title>GDSetIndTexOrder</title> 10</head> 11 12<body> 13 14<h1 align="left">GDSetIndTexOrder</h1> 15 16 17<h2>C Specification</h2> 18 19<dl> 20<dd><PRE><CODE>#include <revolution/gd.h></CODE></PRE> 21 </dd> 22<dd><pre>void GDSetIndTexOrder( 23<a href="../gx/Enumerated_Types/GXTexCoordID.html">GXTexCoordID</a> texCoord0, 24<a href="../gx/Enumerated_Types/GXTexMapID.html">GXTexMapID</a> texMap0, 25<a href="../gx/Enumerated_Types/GXTexCoordID.html">GXTexCoordID</a> texCoord1, 26<a href="../gx/Enumerated_Types/GXTexMapID.html">GXTexMapID</a> texMap1, 27<a href="../gx/Enumerated_Types/GXTexCoordID.html">GXTexCoordID</a> texCoord2, 28<a href="../gx/Enumerated_Types/GXTexMapID.html">GXTexMapID</a> texMap2, 29<a href="../gx/Enumerated_Types/GXTexCoordID.html">GXTexCoordID</a> texCoord3, 30<a href="../gx/Enumerated_Types/GXTexMapID.html">GXTexMapID</a> texMap3, 31);</CODE></pre> 32 </dd> 33</dl> 34<h2>Arguments</h2> 35<TABLE border="1" cellpadding="3" cellspacing="0.1"> 36 <tr> 37<TD width="120" valign="top" bgcolor="#ffffe8"><em><strong><CODE><STRONG><EM><CODE>texCoord0</CODE></EM></STRONG></font></strong></em></TD> 38<TD width="520">Texture <a href="../gx/Enumerated_Types/GXTexCoordID.html">coordinate ID</a> for stage 0 (<code>GX_INDTEXSTAGE0</code>).</TD> 39 </tr> 40 <tr> 41<TD width="120" valign="top" bgcolor="#ffffe8"><em><strong><CODE><STRONG><EM><CODE>texMap0</CODE></EM></STRONG></font></strong></em></TD> 42<TD width="520">Texture <a href="../gx/Enumerated_Types/GXTexMapID.html">map ID</a> for stage 0.</TD> 43 </tr> 44 <tr> 45<TD width="120" valign="top" bgcolor="#ffffe8"><em><strong><CODE><STRONG><EM><CODE>texCoord1</CODE></EM></STRONG></font></strong></em></TD> 46<TD width="520">Texture <a href="../gx/Enumerated_Types/GXTexCoordID.html">coordinate ID</a> for stage 1 (<code>GX_INDTEXSTAGE1</code>).</TD> 47 </tr> 48 <tr> 49<TD width="120" valign="top" bgcolor="#ffffe8"><em><strong><CODE><STRONG><EM><CODE>texMap1</CODE></EM></STRONG></font></strong></em></TD> 50<TD width="520">Texture <a href="../gx/Enumerated_Types/GXTexMapID.html">map ID</a> for stage 1.</TD> 51 </tr> 52 <tr> 53<TD width="120" valign="top" bgcolor="#ffffe8"><em><strong><CODE><STRONG><EM><CODE>texCoord2</CODE></EM></STRONG></font></strong></em></TD> 54<TD width="520">Texture <a href="../gx/Enumerated_Types/GXTexCoordID.html">coordinate ID</a> for stage 2 (<code>GX_INDTEXSTAGE2</code>).</TD> 55 </tr> 56 <tr> 57<TD width="120" valign="top" bgcolor="#ffffe8"><em><strong><CODE><STRONG><EM><CODE>texMap2</CODE></EM></STRONG></font></strong></em></TD> 58<TD width="520">Texture <a href="../gx/Enumerated_Types/GXTexMapID.html">map ID</a> for stage 2.</TD> 59 </tr> 60 <tr> 61<TD width="120" valign="top" bgcolor="#ffffe8"><em><strong><CODE><STRONG><EM><CODE>texCoord3</CODE></EM></STRONG></font></strong></em></TD> 62<TD width="520">Texture <a href="../gx/Enumerated_Types/GXTexCoordID.html">coordinate ID</a> for stage 3 (<code>GX_INDTEXSTAGE1</code>). </TD> 63 </tr> 64 <tr> 65<TD width="120" valign="top" bgcolor="#ffffe8"><em><strong><CODE><STRONG><EM><CODE>texMap3</CODE></EM></STRONG></font></strong></em></TD> 66<TD width="520">Texture <a href="../gx/Enumerated_Types/GXTexMapID.html">map ID</a> for stage 3.</TD> 67 </tr> 68</TABLE> 69<h2>Return Values</h2> 70 71<p>None.</p> 72<h2>Description</h2> 73<P>This function is used for specifying the texture coordinates and texture maps to use with the specified combination of indirect lookups. This function simultaneously sets up all four indirect texture stages. This GD function is equivalent to calling the <a href="../gx/Indirect/GXSetIndTexOrder.html"><CODE>GXSetIndTexOrder</CODE></a> function for all four indirect texture stages.</P> 74<h2>See Also</h2> 75 76<p><a href="../gx/Indirect/GXSetIndTexOrder.html"><CODE>GXSetIndTexOrder</CODE></a></p> 77<H2>Revision History</H2> 78<P>03/01/2006 Initial version.</P> 79</body> 80</html>