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 8.0.0.0 for Windows">
7<META http-equiv="Content-Style-Type" content="text/css">
8<title>G3_LoadTexMtxTexCoord</title>
9<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css">
10</head>
11
12<body>
13
14<h1 align="left">G3*_LoadTexMtxTexCoord <img src="../../image/NTR.gif"align="middle"><img src="../../image/TWL.gif" align="middle"></H1>
15<H2>Syntax</H2>
16
17<dl>
18  <dd>
19<PRE><CODE>#include &lt;nitro/gx/g3_util.h&gt;
20
21void G3_LoadTexMtxTexCoord(const MtxFx44 * mtx);
22
23// Below are APIs for creating the display list (command list):
24void G3B_LoadTexMtxTexCoord(<A href="../gx/GXDLInfo.html">GXDLInfo</A>* info, const MtxFx44 * mtx);
25void G3C_LoadTexMtxTexCoord(<A href="../gx/GXDLInfo.html">GXDLInfo</A>* info, const MtxFx44 * mtx);
26void G3BS_LoadTexMtxTexCoord(<A href="../gx/GXDLInfo.html">GXDLInfo</A>* info, const MtxFx44 * mtx);
27void G3CS_LoadTexMtxTexCoord(<A href="../gx/GXDLInfo.html">GXDLInfo</A>* info, const MtxFx44 * mtx);</CODE></PRE></dd>
28</dl><h2>Arguments</h2>
29<TABLE border="1" width="100%">
30  <TBODY>
31    <TR>
32      <TD width="13%"><em><strong><font face="Courier New">info</font></strong></em></TD>
33      <TD width="87%">Command List Information.</TD>
34    </TR>
35    <TR>
36      <TD width="190"><em><strong><font face="Courier New">mtx</font></strong></em></TD>
37      <TD width="512">Pointer to matrix to load in the texture matrix</TD>
38    </TR>
39  </TBODY>
40</TABLE>
41<h2>Return Values</h2>
42<p>None.</p>
43<H2>Description</H2>
44<P>This function sets the matrix mode to <code>Texture</code> mode and sets the texture matrix. At this time, corrections are performed that are necessary when set in <code>TexCoord</code> source. The result is a new current texture matrix <code>C<sub>new</sub></code>, shown below.</P>
45<P><span lang=EN-US style='font-size:10.5pt;mso-bidi-font-size: 12.0pt;font-family:Century;mso-fareast-font-family:"MS ??";mso-bidi-font-family: "Times New Roman";mso-font-kerning:1.0pt;mso-ansi-language:EN-US;mso-fareast-language: JA;mso-bidi-language:AR-SA'><span style='mso-text-raise:-33.0pt'><IMG width="351" height="96" src="geo_texmtx_texcoord.gif" v:shapes="_x0000_i1025"></span></span></P>
46<h2>See Also</h2>
47<P><CODE><A href="G3_LoadTexMtxEnv.html">G3*_LoadTexMtxEnv</A>, <A href="G3_MtxMode.html" target="_self">G3*_MtxMode</A></CODE></P>
48<H2>Revision History</H2>
49<P>2004/01/19 Initial version.</P>
50<hr><p>CONFIDENTIAL</p></body>
51</html>
52