Update of /cvsroot/artoolkit/artoolkit/doc/gsub_lite
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16483/gsub_lite
Modified Files:
CompositePage.html gsub_lite.html toc.html
Log Message:
Refresh documentation.
Index: CompositePage.html
===================================================================
RCS file: /cvsroot/artoolkit/artoolkit/doc/gsub_lite/CompositePage.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** CompositePage.html 27 Apr 2006 18:52:55 -0000 1.6
--- CompositePage.html 22 May 2006 23:03:19 -0000 1.7
***************
*** 91,96 ****
<dd>Set compensation for camera lens distortion in arglDispImage to off or on.
</dd>
<dt><tt><a href="CompositePage.html#//apple_ref/doc/compositePage/c/func/arglDrawModeSet" target="_top">arglDrawModeSet</a></tt></dt>
! <dd>Set method by which arglDispImage() transfers pixels.
</dd>
<dt><tt><a href="CompositePage.html#//apple_ref/doc/compositePage/c/func/arglPixelFormatGet" target="_top">arglPixelFormatGet</a></tt></dt>
--- 91,99 ----
<dd>Set compensation for camera lens distortion in arglDispImage to off or on.
</dd>
+ <dt><tt><a href="CompositePage.html#//apple_ref/doc/compositePage/c/func/arglDrawModeGet" target="_top">arglDrawModeGet</a></tt></dt>
+ <dd>Get method by which arglDispImage() is transfering pixels.
+ </dd>
<dt><tt><a href="CompositePage.html#//apple_ref/doc/compositePage/c/func/arglDrawModeSet" target="_top">arglDrawModeSet</a></tt></dt>
! <dd>Set method by which arglDispImage() will transfer pixels.
</dd>
<dt><tt><a href="CompositePage.html#//apple_ref/doc/compositePage/c/func/arglPixelFormatGet" target="_top">arglPixelFormatGet</a></tt></dt>
***************
*** 103,109 ****
--- 106,118 ----
<dd>Initialise the gsub_lite library for the current OpenGL context.
</dd>
+ <dt><tt><a href="CompositePage.html#//apple_ref/doc/compositePage/c/func/arglTexmapModeGet" target="_top">arglTexmapModeGet</a></tt></dt>
+ <dd>Enquire whether full or half-resolution TexImage2D pixel-transfer is being used in arglDispImage().
+ </dd>
<dt><tt><a href="CompositePage.html#//apple_ref/doc/compositePage/c/func/arglTexmapModeSet" target="_top">arglTexmapModeSet</a></tt></dt>
<dd>Determines use of full or half-resolution TexImage2D pixel-transfer in arglDispImage().
</dd>
+ <dt><tt><a href="CompositePage.html#//apple_ref/doc/compositePage/c/func/arglTexRectangleGet" target="_top">arglTexRectangleGet</a></tt></dt>
+ <dd>Enquire as to use of rectangular TexImage2D pixel-transfer in arglDispImage().
+ </dd>
<dt><tt><a href="CompositePage.html#//apple_ref/doc/compositePage/c/func/arglTexRectangleSet" target="_top">arglTexRectangleSet</a></tt></dt>
<dd>Determines use of rectangular TexImage2D pixel-transfer in arglDispImage().
***************
*** 356,372 ****
</dd>
</dl>
<hr><!-- headerDoc=func; uid=//apple_ref/doc/compositePage/c/func/arglDrawModeSet; name=arglDrawModeSet -->
<a name="//apple_ref/doc/compositePage/c/func/arglDrawModeSet"></a>
<table border="0" cellpadding="2" cellspacing="2" width="300"><tr><td valign="top" height="12" colspan="5"><h3><a name="arglDrawModeSet">arglDrawModeSet</a></h3>
! </td></tr></table><hr><dl></dl><p>Set method by which arglDispImage() transfers pixels.
</p>
<blockquote><pre><!-- a logicalPath="//apple_ref/c/cl/void //apple_ref/c/cl/void //apple_ref/c/tdef/void //apple_ref/c/tag/void //apple_ref/c/econst/void //apple_ref/c/struct/void //apple_ref/c/clconst/void" --><font class="type">void</font><!-- /a --> <!-- a logicalPath="//apple_ref/c/instm/arglDrawModeSet //apple_ref/c/clm/arglDrawModeSet //apple_ref/c/intfcm/arglDrawModeSet //apple_ref/c/func/arglDrawModeSet //apple_ref/c/ftmplt/arglDrawModeSet //apple_ref/c/defn/arglDrawModeSet //apple_ref/c/macro/arglDrawModeSet" --><font class="function">arglDrawModeSet</font><!-- /a -->(
<!-- a logicalPath="//apple_ref/c/cl/ARGL_CONTEXT_SETTINGS_REF //apple_ref/c/cl/ARGL_CONTEXT_SETTINGS_REF //apple_ref/c/tdef/ARGL_CONTEXT_SETTINGS_REF //apple_ref/c/tag/ARGL_CONTEXT_SETTINGS_REF //apple_ref/c/econst/ARGL_CONTEXT_SETTINGS_REF //apple_ref/c/struct/ARGL_CONTEXT_SETTINGS_REF //apple_ref/c/clconst/ARGL_CONTEXT_SETTINGS_REF" --><font class="type">ARGL_CONTEXT_SETTINGS_REF</font><!-- /a --> <font class="param">contextSettings</font>,
<font class="keyword">const</font> <!-- a logicalPath="//apple_ref/c/cl/int //apple_ref/c/cl/int //apple_ref/c/tdef/int //apple_ref/c/tag/int //apple_ref/c/econst/int //apple_ref/c/struct/int //apple_ref/c/clconst/int" --><font class="type">int</font><!-- /a --> <font class="param">mode</font>); </pre></blockquote>
! <dl><h5><font face="Lucida Grande,Helvetica,Arial">Discussion</font></h5><p>The value of this setting determines the method by which
! arglDispImage transfers pixels of an image to the display. Setting this
! variable to a value of AR_DRAW_BY_GL_DRAW_PIXELS specifies the use of OpenGL
! DrawPixels to do the transfer. Setting this variable to a value of
! AR_DRAW_BY_TEXTURE_MAPPING specifies the use of OpenGL TexImage2D to do the
transfer. The DrawPixels method is guaranteed to be available on all
implementations, but arglDispImage does not correct the image
--- 365,395 ----
</dd>
</dl>
+ <hr><!-- headerDoc=func; uid=//apple_ref/doc/compositePage/c/func/arglDrawModeGet; name=arglDrawModeGet -->
+ <a name="//apple_ref/doc/compositePage/c/func/arglDrawModeGet"></a>
+ <table border="0" cellpadding="2" cellspacing="2" width="300"><tr><td valign="top" height="12" colspan="5"><h3><a name="arglDrawModeGet">arglDrawModeGet</a></h3>
+ </td></tr></table><hr><dl></dl><p>Get method by which arglDispImage() is transfering pixels.
+ </p>
+ <blockquote><pre><!-- a logicalPath="//apple_ref/c/cl/int //apple_ref/c/cl/int //apple_ref/c/tdef/int //apple_ref/c/tag/int //apple_ref/c/econst/int //apple_ref/c/struct/int //apple_ref/c/clconst/int" --><font class="type">int</font><!-- /a --> <!-- a logicalPath="//apple_ref/c/instm/arglDrawModeGet //apple_ref/c/clm/arglDrawModeGet //apple_ref/c/intfcm/arglDrawModeGet //apple_ref/c/func/arglDrawModeGet //apple_ref/c/ftmplt/arglDrawModeGet //apple_ref/c/defn/arglDrawModeGet //apple_ref/c/macro/arglDrawModeGet" --><font class="function">arglDrawModeGet</font><!-- /a -->(
+ <!-- a logicalPath="//apple_ref/c/cl/ARGL_CONTEXT_SETTINGS_REF //apple_ref/c/cl/ARGL_CONTEXT_SETTINGS_REF //apple_ref/c/tdef/ARGL_CONTEXT_SETTINGS_REF //apple_ref/c/tag/ARGL_CONTEXT_SETTINGS_REF //apple_ref/c/econst/ARGL_CONTEXT_SETTINGS_REF //apple_ref/c/struct/ARGL_CONTEXT_SETTINGS_REF //apple_ref/c/clconst/ARGL_CONTEXT_SETTINGS_REF" --><font class="type">ARGL_CONTEXT_SETTINGS_REF</font><!-- /a --> <font class="param">contextSettings</font>); </pre></blockquote>
+ <dl><h5><font face="Lucida Grande,Helvetica,Arial">Discussion</font></h5><p>Enquires as to the current method by which arglDispImage() is
+ transferring pixels to OpenGL for display. See arglDrawModeSet() for
+ more information.
+ </p>
+ <dt><i>Availability</i></dt><dd>First appeared in ARToolKit 2.72.
+ </dd>
+ </dl>
<hr><!-- headerDoc=func; uid=//apple_ref/doc/compositePage/c/func/arglDrawModeSet; name=arglDrawModeSet -->
<a name="//apple_ref/doc/compositePage/c/func/arglDrawModeSet"></a>
<table border="0" cellpadding="2" cellspacing="2" width="300"><tr><td valign="top" height="12" colspan="5"><h3><a name="arglDrawModeSet">arglDrawModeSet</a></h3>
! </td></tr></table><hr><dl></dl><p>Set method by which arglDispImage() will transfer pixels.
</p>
<blockquote><pre><!-- a logicalPath="//apple_ref/c/cl/void //apple_ref/c/cl/void //apple_ref/c/tdef/void //apple_ref/c/tag/void //apple_ref/c/econst/void //apple_ref/c/struct/void //apple_ref/c/clconst/void" --><font class="type">void</font><!-- /a --> <!-- a logicalPath="//apple_ref/c/instm/arglDrawModeSet //apple_ref/c/clm/arglDrawModeSet //apple_ref/c/intfcm/arglDrawModeSet //apple_ref/c/func/arglDrawModeSet //apple_ref/c/ftmplt/arglDrawModeSet //apple_ref/c/defn/arglDrawModeSet //apple_ref/c/macro/arglDrawModeSet" --><font class="function">arglDrawModeSet</font><!-- /a -->(
<!-- a logicalPath="//apple_ref/c/cl/ARGL_CONTEXT_SETTINGS_REF //apple_ref/c/cl/ARGL_CONTEXT_SETTINGS_REF //apple_ref/c/tdef/ARGL_CONTEXT_SETTINGS_REF //apple_ref/c/tag/ARGL_CONTEXT_SETTINGS_REF //apple_ref/c/econst/ARGL_CONTEXT_SETTINGS_REF //apple_ref/c/struct/ARGL_CONTEXT_SETTINGS_REF //apple_ref/c/clconst/ARGL_CONTEXT_SETTINGS_REF" --><font class="type">ARGL_CONTEXT_SETTINGS_REF</font><!-- /a --> <font class="param">contextSettings</font>,
<font class="keyword">const</font> <!-- a logicalPath="//apple_ref/c/cl/int //apple_ref/c/cl/int //apple_ref/c/tdef/int //apple_ref/c/tag/int //apple_ref/c/econst/int //apple_ref/c/struct/int //apple_ref/c/clconst/int" --><font class="type">int</font><!-- /a --> <font class="param">mode</font>); </pre></blockquote>
! <dl><h5><font face="Lucida Grande,Helvetica,Arial">Discussion</font></h5><p>This setting determines the method by which arglDispImage transfers pixels
! of an image to OpenGL for display. Setting this
! variable to a value of AR_DRAW_BY_GL_DRAW_PIXELS specifies the use of the
! OpenGL DrawPixels functions to do the transfer. Setting this variable to a value of
! AR_DRAW_BY_TEXTURE_MAPPING specifies the use of OpenGL TexImage2D functions to do the
transfer. The DrawPixels method is guaranteed to be available on all
implementations, but arglDispImage does not correct the image
***************
*** 378,382 ****
The initial value is AR_DRAW_BY_TEXTURE_MAPPING.
</p>
! <dt><i>Availability</i></dt><dd>First appeared in ARToolKit 2.68.
</dd>
</dl>
--- 401,405 ----
The initial value is AR_DRAW_BY_TEXTURE_MAPPING.
</p>
! <dt><i>Availability</i></dt><dd>First appeared in ARToolKit 2.72.
</dd>
</dl>
***************
*** 396,400 ****
context, as returned by arglSetupForCurrentContext() for this context.</dd>
<dt><code><i>format</i></code></dt><dd>A symbolic constant for the pixel format in use. See
! <!-- a logicalPath="" -->AR_PIXEL_FORMAT <!-- /a --> for a list of all possible formats.</dd>
<dt><code><i>size</i></code></dt><dd>The number of bytes of memory occupied per pixel, for the given format.</dd>
</dl>
--- 419,423 ----
context, as returned by arglSetupForCurrentContext() for this context.</dd>
<dt><code><i>format</i></code></dt><dd>A symbolic constant for the pixel format in use. See
! AR_PIXEL_FORMAT in ar.h for a list of all possible formats.</dd>
<dt><code><i>size</i></code></dt><dd>The number of bytes of memory occupied per pixel, for the given format.</dd>
</dl>
***************
*** 423,427 ****
context, as returned by arglSetupForCurrentContext() for this context.</dd>
<dt><code><i>format</i></code></dt><dd>A symbolic constant for the pixel format being set. See
! <!-- a logicalPath="" -->AR_PIXEL_FORMAT <!-- /a --> for a list of all possible formats.</dd>
</dl>
</blockquote>
--- 446,450 ----
context, as returned by arglSetupForCurrentContext() for this context.</dd>
<dt><code><i>format</i></code></dt><dd>A symbolic constant for the pixel format being set. See
! AR_PIXEL_FORMAT in ar.h for a list of all possible formats.</dd>
</dl>
</blockquote>
***************
*** 468,471 ****
--- 491,507 ----
</dd>
</dl>
+ <hr><!-- headerDoc=func; uid=//apple_ref/doc/compositePage/c/func/arglTexmapModeGet; name=arglTexmapModeGet -->
+ <a name="//apple_ref/doc/compositePage/c/func/arglTexmapModeGet"></a>
+ <table border="0" cellpadding="2" cellspacing="2" width="300"><tr><td valign="top" height="12" colspan="5"><h3><a name="arglTexmapModeGet">arglTexmapModeGet</a></h3>
+ </td></tr></table><hr><dl></dl><p>Enquire whether full or half-resolution TexImage2D pixel-transfer is being used in arglDispImage().
+ </p>
+ <blockquote><pre><!-- a logicalPath="//apple_ref/c/cl/int //apple_ref/c/cl/int //apple_ref/c/tdef/int //apple_ref/c/tag/int //apple_ref/c/econst/int //apple_ref/c/struct/int //apple_ref/c/clconst/int" --><font class="type">int</font><!-- /a --> <!-- a logicalPath="//apple_ref/c/instm/arglTexmapModeGet //apple_ref/c/clm/arglTexmapModeGet //apple_ref/c/intfcm/arglTexmapModeGet //apple_ref/c/func/arglTexmapModeGet //apple_ref/c/ftmplt/arglTexmapModeGet //apple_ref/c/defn/arglTexmapModeGet //apple_ref/c/macro/arglTexmapModeGet" --><font class="function">arglTexmapModeGet</font><!-- /a -->(
+ <!-- a logicalPath="//apple_ref/c/cl/ARGL_CONTEXT_SETTINGS_REF //apple_ref/c/cl/ARGL_CONTEXT_SETTINGS_REF //apple_ref/c/tdef/ARGL_CONTEXT_SETTINGS_REF //apple_ref/c/tag/ARGL_CONTEXT_SETTINGS_REF //apple_ref/c/econst/ARGL_CONTEXT_SETTINGS_REF //apple_ref/c/struct/ARGL_CONTEXT_SETTINGS_REF //apple_ref/c/clconst/ARGL_CONTEXT_SETTINGS_REF" --><font class="type">ARGL_CONTEXT_SETTINGS_REF</font><!-- /a --> <font class="param">contextSettings</font>); </pre></blockquote>
+ <dl><h5><font face="Lucida Grande,Helvetica,Arial">Discussion</font></h5><p>Enquires as to the current value of the TexmapMode setting. See arglTexmapModeSet()
+ for more info.
+ </p>
+ <dt><i>Availability</i></dt><dd>First appeared in ARToolKit 2.72.
+ </dd>
+ </dl>
<hr><!-- headerDoc=func; uid=//apple_ref/doc/compositePage/c/func/arglTexmapModeSet; name=arglTexmapModeSet -->
<a name="//apple_ref/doc/compositePage/c/func/arglTexmapModeSet"></a>
***************
*** 476,483 ****
<!-- a logicalPath="//apple_ref/c/cl/ARGL_CONTEXT_SETTINGS_REF //apple_ref/c/cl/ARGL_CONTEXT_SETTINGS_REF //apple_ref/c/tdef/ARGL_CONTEXT_SETTINGS_REF //apple_ref/c/tag/ARGL_CONTEXT_SETTINGS_REF //apple_ref/c/econst/ARGL_CONTEXT_SETTINGS_REF //apple_ref/c/struct/ARGL_CONTEXT_SETTINGS_REF //apple_ref/c/clconst/ARGL_CONTEXT_SETTINGS_REF" --><font class="type">ARGL_CONTEXT_SETTINGS_REF</font><!-- /a --> <font class="param">contextSettings</font>,
<font class="keyword">const</font> <!-- a logicalPath="//apple_ref/c/cl/int //apple_ref/c/cl/int //apple_ref/c/tdef/int //apple_ref/c/tag/int //apple_ref/c/econst/int //apple_ref/c/struct/int //apple_ref/c/clconst/int" --><font class="type">int</font><!-- /a --> <font class="param">mode</font>); </pre></blockquote>
! <dl><h5><font face="Lucida Grande,Helvetica,Arial">Discussion</font></h5><p>When arglDrawModeSet(AR_DRAW_BY_TEXTURE_MAPPING) has been called, the value of this setting
! determines whether full or half-resolution data is transferred to the
! texture. A value of AR_DRAW_TEXTURE_FULL_IMAGE uses all available pixels in the
! source image data. A value of AR_DRAW_TEXTURE_HALF_IMAGE discards every second row
in the source image data, defining a half-height texture which is then drawn stretched
vertically to double its height.
--- 512,520 ----
<!-- a logicalPath="//apple_ref/c/cl/ARGL_CONTEXT_SETTINGS_REF //apple_ref/c/cl/ARGL_CONTEXT_SETTINGS_REF //apple_ref/c/tdef/ARGL_CONTEXT_SETTINGS_REF //apple_ref/c/tag/ARGL_CONTEXT_SETTINGS_REF //apple_ref/c/econst/ARGL_CONTEXT_SETTINGS_REF //apple_ref/c/struct/ARGL_CONTEXT_SETTINGS_REF //apple_ref/c/clconst/ARGL_CONTEXT_SETTINGS_REF" --><font class="type">ARGL_CONTEXT_SETTINGS_REF</font><!-- /a --> <font class="param">contextSettings</font>,
<font class="keyword">const</font> <!-- a logicalPath="//apple_ref/c/cl/int //apple_ref/c/cl/int //apple_ref/c/tdef/int //apple_ref/c/tag/int //apple_ref/c/econst/int //apple_ref/c/struct/int //apple_ref/c/clconst/int" --><font class="type">int</font><!-- /a --> <font class="param">mode</font>); </pre></blockquote>
! <dl><h5><font face="Lucida Grande,Helvetica,Arial">Discussion</font></h5><p>When arglDrawModeSet(AR_DRAW_BY_TEXTURE_MAPPING) has been called, the value of this
! setting determines whether full or half-resolution data is transferred to the
! texture. Calling this function with a mode value of AR_DRAW_TEXTURE_FULL_IMAGE
! uses all available pixels in the source image data. A value of
! AR_DRAW_TEXTURE_HALF_IMAGE discards every second row
in the source image data, defining a half-height texture which is then drawn stretched
vertically to double its height.
***************
*** 488,492 ****
The initial value is AR_DRAW_TEXTURE_FULL_IMAGE.
</p>
! <dt><i>Availability</i></dt><dd>First appeared in ARToolKit 2.68.
</dd>
</dl>
--- 525,542 ----
The initial value is AR_DRAW_TEXTURE_FULL_IMAGE.
</p>
! <dt><i>Availability</i></dt><dd>First appeared in ARToolKit 2.72.
! </dd>
! </dl>
! <hr><!-- headerDoc=func; uid=//apple_ref/doc/compositePage/c/func/arglTexRectangleGet; name=arglTexRectangleGet -->
! <a name="//apple_ref/doc/compositePage/c/func/arglTexRectangleGet"></a>
! <table border="0" cellpadding="2" cellspacing="2" width="300"><tr><td valign="top" height="12" colspan="5"><h3><a name="arglTexRectangleGet">arglTexRectangleGet</a></h3>
! </td></tr></table><hr><dl></dl><p>Enquire as to use of rectangular TexImage2D pixel-transfer in arglDispImage().
! </p>
! <blockquote><pre><!-- a logicalPath="//apple_ref/c/cl/int //apple_ref/c/cl/int //apple_ref/c/tdef/int //apple_ref/c/tag/int //apple_ref/c/econst/int //apple_ref/c/struct/int //apple_ref/c/clconst/int" --><font class="type">int</font><!-- /a --> <!-- a logicalPath="//apple_ref/c/instm/arglTexRectangleGet //apple_ref/c/clm/arglTexRectangleGet //apple_ref/c/intfcm/arglTexRectangleGet //apple_ref/c/func/arglTexRectangleGet //apple_ref/c/ftmplt/arglTexRectangleGet //apple_ref/c/defn/arglTexRectangleGet //apple_ref/c/macro/arglTexRectangleGet" --><font class="function">arglTexRectangleGet</font><!-- /a -->(
! <!-- a logicalPath="//apple_ref/c/cl/ARGL_CONTEXT_SETTINGS_REF //apple_ref/c/cl/ARGL_CONTEXT_SETTINGS_REF //apple_ref/c/tdef/ARGL_CONTEXT_SETTINGS_REF //apple_ref/c/tag/ARGL_CONTEXT_SETTINGS_REF //apple_ref/c/econst/ARGL_CONTEXT_SETTINGS_REF //apple_ref/c/struct/ARGL_CONTEXT_SETTINGS_REF //apple_ref/c/clconst/ARGL_CONTEXT_SETTINGS_REF" --><font class="type">ARGL_CONTEXT_SETTINGS_REF</font><!-- /a --> <font class="param">contextSettings</font>); </pre></blockquote>
! <dl><h5><font face="Lucida Grande,Helvetica,Arial">Discussion</font></h5><p>Enquires as to the current value of the TexRectangle setting. See arglTexRectangleSet()
! for more info.
! </p>
! <dt><i>Availability</i></dt><dd>First appeared in ARToolKit 2.72.
</dd>
</dl>
***************
*** 506,513 ****
<br><br>
If the OpenGL driver available at runtime does not support for rectangular textures,
! changing the value of this variable to TRUE will result calls to arglDispImage
performing no drawing.
</p>
! <dt><i>Availability</i></dt><dd>First appeared in ARToolKit 2.68.
</dd>
</dl>
--- 556,563 ----
<br><br>
If the OpenGL driver available at runtime does not support for rectangular textures,
! changing the value of this setting to TRUE will result calls to arglDispImage
performing no drawing.
</p>
! <dt><i>Availability</i></dt><dd>First appeared in ARToolKit 2.72.
</dd>
</dl>
***************
*** 540,544 ****
</dd>
</dl>
! <p><p>© 2003-2005 Philip Lamb
! (Last Updated August 29, 2005)
</p></body></html>
--- 590,594 ----
</dd>
</dl>
! <p><p>© 2003-2006 Philip Lamb
! (Last Updated June 23, 2006)
</p></body></html>
Index: gsub_lite.html
===================================================================
RCS file: /cvsroot/artoolkit/artoolkit/doc/gsub_lite/gsub_lite.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** gsub_lite.html 16 Aug 2005 00:49:34 -0000 1.4
--- gsub_lite.html 22 May 2006 23:03:19 -0000 1.5
***************
*** 12,16 ****
<br>
<p></p>
! <b>Updated:</b> August 29, 2005<br>
<b>Includes:</b> <!-- a logicalPath="//apple_ref/doc/header/config.h" --><AR/config.h><!-- /a -->,
<!-- a logicalPath="//apple_ref/doc/header/ar.h" --><AR/ar.h><!-- /a -->,
--- 12,16 ----
<br>
<p></p>
! <b>Updated:</b> June 23, 2006<br>
<b>Includes:</b> <!-- a logicalPath="//apple_ref/doc/header/config.h" --><AR/config.h><!-- /a -->,
<!-- a logicalPath="//apple_ref/doc/header/ar.h" --><AR/ar.h><!-- /a -->,
***************
*** 76,81 ****
<br><br>
! <hr><br><center>© 2003-2005 Philip Lamb
! (Last Updated August 29, 2005)
<br><font size="-1">HTML documentation generated by <a href="http://www.opensource.apple.com/projects" target="_blank">HeaderDoc</a></font>
</center>
--- 76,81 ----
<br><br>
! <hr><br><center>© 2003-2006 Philip Lamb
! (Last Updated June 23, 2006)
<br><font size="-1">HTML documentation generated by <a href="http://www.opensource.apple.com/projects" target="_blank">HeaderDoc</a></font>
</center>
Index: toc.html
===================================================================
RCS file: /cvsroot/artoolkit/artoolkit/doc/gsub_lite/toc.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** toc.html 27 Apr 2006 18:52:55 -0000 1.6
--- toc.html 22 May 2006 23:03:19 -0000 1.7
***************
*** 24,32 ****
--- 24,35 ----
<nobr> <a href="Functions/Functions.html#//apple_ref/c/func/arglDistortionCompensationGet" target="doc">arglDistortionCompensationGet</a></nobr><br>
<nobr> <a href="Functions/Functions.html#//apple_ref/c/func/arglDistortionCompensationSet" target="doc">arglDistortionCompensationSet</a></nobr><br>
+ <nobr> <a href="Functions/Functions.html#//apple_ref/c/func/arglDrawModeGet" target="doc">arglDrawModeGet</a></nobr><br>
<nobr> <a href="Functions/Functions.html#//apple_ref/c/func/arglDrawModeSet" target="doc">arglDrawModeSet</a></nobr><br>
<nobr> <a href="Functions/Functions.html#//apple_ref/c/func/arglPixelFormatGet" target="doc">arglPixelFormatGet</a></nobr><br>
<nobr> <a href="Functions/Functions.html#//apple_ref/c/func/arglPixelFormatSet" target="doc">arglPixelFormatSet</a></nobr><br>
<nobr> <a href="Functions/Functions.html#//apple_ref/c/func/arglSetupForCurrentContext" target="doc">arglSetupForCurrentContext</a></nobr><br>
+ <nobr> <a href="Functions/Functions.html#//apple_ref/c/func/arglTexmapModeGet" target="doc">arglTexmapModeGet</a></nobr><br>
<nobr> <a href="Functions/Functions.html#//apple_ref/c/func/arglTexmapModeSet" target="doc">arglTexmapModeSet</a></nobr><br>
+ <nobr> <a href="Functions/Functions.html#//apple_ref/c/func/arglTexRectangleGet" target="doc">arglTexRectangleGet</a></nobr><br>
<nobr> <a href="Functions/Functions.html#//apple_ref/c/func/arglTexRectangleSet" target="doc">arglTexRectangleSet</a></nobr><br>
<h4><a href="DataTypes/DataTypes.html" target="doc">Defined Types
***************
*** 35,39 ****
<nobr> <a href="DataTypes/DataTypes.html#//apple_ref/c/tdef/ARGL_CONTEXT_SETTINGS_REF" target="doc">ARGL_CONTEXT_SETTINGS_REF</a></nobr><br>
<br><hr><a href="CompositePage.html" target="_blank">[Printable HTML Page]</a>
! <p><i>Updated: August 29, 2005</i><p></td></tr>
</table><p> <p>
</body></html>
--- 38,42 ----
<nobr> <a href="DataTypes/DataTypes.html#//apple_ref/c/tdef/ARGL_CONTEXT_SETTINGS_REF" target="doc">ARGL_CONTEXT_SETTINGS_REF</a></nobr><br>
<br><hr><a href="CompositePage.html" target="_blank">[Printable HTML Page]</a>
! <p><i>Updated: June 23, 2006</i><p></td></tr>
</table><p> <p>
</body></html>
|