[artoolkit-commits] artoolkit/doc/gsub_lite/Vars Vars.html,1.4,1.5
Optical marker tracking and overlay for augmented reality.
Brought to you by:
philip_lamb
From: Philip L. <phi...@us...> - 2005-09-22 00:08:49
|
Update of /cvsroot/artoolkit/artoolkit/doc/gsub_lite/Vars In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27910/doc/gsub_lite/Vars Modified Files: Vars.html Log Message: Correct description of effects of arglTexmapMode. Index: Vars.html =================================================================== RCS file: /cvsroot/artoolkit/artoolkit/doc/gsub_lite/Vars/Vars.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Vars.html 16 Aug 2005 00:49:45 -0000 1.4 --- Vars.html 22 Sep 2005 00:08:40 -0000 1.5 *************** *** 25,29 **** accelerated drawing on some implementations. <br><br> ! The initial value is defined to the value of the symbolic constan DEFAULT_DRAW_MODE (defined in <AR/config.h>). </p> --- 25,29 ---- accelerated drawing on some implementations. <br><br> ! The initial value is defined to the value of the symbolic constant DEFAULT_DRAW_MODE (defined in <AR/config.h>). </p> *************** *** 40,48 **** 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 pixel ! in the source image data, defining a half-width texture which is then drawn stretched ! horizontally to double its width. The latter method offers some advantages to ! certain implentations where texture transfer is slow or costly, at the expense of ! image detail. </p> <dt><i>Availability</i></dt><dd>First appeared in ARToolKit 2.68. --- 40,49 ---- 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. ! <br><br> ! The latter method is well-suited to drawing interlaced images, as would be obtained ! from DV camera sources in interlaced mode or composite video sources. </p> <dt><i>Availability</i></dt><dd>First appeared in ARToolKit 2.68. |