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="IBM WebSphere Studio Homepage Builder Version 8.0.0.0 for Windows">
6<META http-equiv="Content-Style-Type" content="text/css">
7<TITLE>G2_Direct3</TITLE>
8<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css">
9</HEAD>
10<BODY>
11<H1 align="left">G3*_Direct3 <img src="../../image/NTR.gif"align="middle"><img src="../../image/TWL.gif" align="middle"></H1>
12<H2>Syntax</H2>
13<DL>
14  <DD>
15  <PRE><CODE>#include &lt;nitro/gx/g3imm.h&gt;
16#include &lt;nitro/gx/g3b.h&gt;
17#include &lt;nitro/gx/g3c.h&gt;
18
19void G3_Direct3(int op, u32 param0, u32 param1, u32 param2);
20
21// Below are APIs for creating the display list (command list):
22void G3B_Direct3(<A href="../gx/GXDLInfo.html">GXDLInfo</A>* info, int op, u32 param0, u32 param1, u32 param2);
23void G3C_Direct3(<A href="../gx/GXDLInfo.html">GXDLInfo</A>* info, int op, u32 param0, u32 param1, u32 param2);
24void G3BS_Direct3(<A href="../gx/GXDLInfo.html">GXDLInfo</A>* info, int op, u32 param0, u32 param1, u32 param2);
25void G3CS_Direct3(<A href="../gx/GXDLInfo.html">GXDLInfo</A>* info, int op, u32 param0, u32 param1, u32 param2);</CODE></PRE>
26</DL>
27<H2>Arguments</H2>
28<TABLE border="1" width="100%">
29  <TBODY>
30    <TR>
31      <TD width="13%"><em><strong><font face="Courier New">info</font></strong></em></TD>
32      <TD width="87%">Command List Information.</TD>
33    </TR>
34    <TR>
35      <TD width="109"><EM><STRONG><FONT face="Courier New">op</FONT></STRONG></EM></TD>
36      <TD width="593">Geometry command (<code>G3OP_****</code> macro defined in <code>g3.h</code>)</TD>
37    </TR>
38    <TR>
39      <TD><EM><STRONG><FONT face="Courier New">param0</FONT></STRONG></EM></TD>
40      <TD>Parameters</TD>
41    </TR>
42    <TR>
43      <TD><EM><STRONG><FONT face="Courier New">param1</FONT></STRONG></EM></TD>
44      <TD>Parameters</TD>
45    </TR>
46    <TR>
47      <TD><EM><STRONG><FONT face="Courier New">param2</FONT></STRONG></EM></TD>
48      <TD>Parameters</TD>
49    </TR>
50  </TBODY>
51</TABLE>
52<H2>Return Values</H2>
53<P>None.</P>
54<H2>Description</H2>
55<P>This function specifies the geometry command directly. A command with three arguments must be set in <em><strong><code>op</code></strong></em>.</P>
56<H2>See Also</H2>
57<P><CODE><A href="G3_Direct0.html">G3_Direct0</A>, <A href="G3_Direct1.html">G3_Direct1</A>, <A href="G3_Direct2.html">G3_Direct2</A></CODE></P>
58<H2>Revision History</H2>
59<P>2004/01/19 Initial version.</P>
60<hr><p>CONFIDENTIAL</p></body>
61</HTML>
62