[artoolkit-commits] artoolkit/doc/gsub_lite/Vars Vars.html,1.3,1.4
Optical marker tracking and overlay for augmented reality.
Brought to you by:
philip_lamb
From: Philip L. <phi...@us...> - 2005-08-16 00:49:53
|
Update of /cvsroot/artoolkit/artoolkit/doc/gsub_lite/Vars In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31660 Modified Files: Vars.html Log Message: Update for run-time pixel format specification. Index: Vars.html =================================================================== RCS file: /cvsroot/artoolkit/artoolkit/doc/gsub_lite/Vars/Vars.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Vars.html 30 Jul 2005 01:10:25 -0000 1.3 --- Vars.html 16 Aug 2005 00:49:45 -0000 1.4 *************** *** 61,70 **** use of rectangluar textures. A value of FALSE specifies the use of ordinary textures. <br><br> ! If gsub_lite was not built without support for rectangular textures, changing the ! value of this variable will have no effect, and ordinary textures will always be ! used. Support for rectangular textures is only available when gsub_lite is built ! with AR_OPENGL_TEXTURE_RECTANGLE defined in <AR/config.h> and with either ! GL_EXT_texture_rectangle or GL_NV_texture_rectangle defined in <GL/glext.h> ! or <GL/gl.h> </p> <dt><i>Availability</i></dt><dd>First appeared in ARToolKit 2.68. --- 61,67 ---- use of rectangluar textures. A value of FALSE specifies the use of ordinary textures. <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. |