[artoolkit-commits] artoolkit ChangeLog.txt,1.1,1.2 README.txt,1.8,1.9
Optical marker tracking and overlay for augmented reality.
Brought to you by:
philip_lamb
From: Philip L. <phi...@us...> - 2004-12-07 04:47:18
|
Update of /cvsroot/artoolkit/artoolkit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23883 Modified Files: ChangeLog.txt README.txt Log Message: Mac OS X video driver: support added for runtime specification of pixel format. Index: ChangeLog.txt =================================================================== RCS file: /cvsroot/artoolkit/artoolkit/ChangeLog.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ChangeLog.txt 22 Nov 2004 18:48:10 -0000 1.1 --- ChangeLog.txt 7 Dec 2004 04:46:53 -0000 1.2 *************** *** 2,5 **** --- 2,20 ---- ==================== + Changes in version 2.70 (2004-12-02). + ------------------------------------- + - Added libARvrml and simpleVRML example. + - Turn off texturing in gsub/gsub_lite when argDrawMode/arglDrawmode is AR_DRAW_BY_GL_DRAW_PIXELS. + - Added examples loadMultiple, demonstrating basic usage. + - Added examples rangeTest, collideTest, paddleTest, paddleDemo, paddleInteractionTest, demonstrating interaction techniques. + - Added example twoView, demonstrating input, processing and output from two (or more) cameras. + - Added utilities graphicsTest and videoTest, for testing graphics and video without marker recognition. + - VideoLinuxV4L patch by Uwe Woessner for YUV support (at last!) + - VideoLinuxV4L patches by Raphael Grasset for improved camera parameter control and compressed jpeg video stream to support Sony Eyetoy camera. + - VideoLinux1394Cam patch by Wayne Piekarski for improved lib1394 support, including multiple lib1394 versions. + - Preliminary API documentation by Raphael Grasset. + - Default DEFAULT_DRAW_MODE changed to AR_DRAW_BY_TEXTURE_MAPPING on Windows. + + Changes in version 2.69 (2004-11-04). ------------------------------------- Index: README.txt =================================================================== RCS file: /cvsroot/artoolkit/artoolkit/README.txt,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** README.txt 2 Dec 2004 07:30:09 -0000 1.8 --- README.txt 7 Dec 2004 04:46:54 -0000 1.9 *************** *** 126,141 **** Changes in this release. ------------------------ ! - Added libARvrml and simpleVRML example. ! - Turn off texturing in gsub/gsub_lite when argDrawMode/arglDrawmode is AR_DRAW_BY_GL_DRAW_PIXELS. ! - Added examples loadMultiple, demonstrating basic usage. ! - Added examples rangeTest, collideTest, paddleTest, paddleDemo, paddleInteractionTest, demonstrating interaction techniques. ! - Added example twoView, demonstrating input, processing and output from two (or more) cameras. ! - Added utilities graphicsTest and videoTest, for testing graphics and video without marker recognition. ! - VideoLinuxV4L patch by Uwe Woessner for YUV support (at last!) ! - VideoLinuxV4L patches by Raphael Grasset for improved camera parameter control and compressed jpeg video stream to support Sony Eyetoy camera. ! - VideoLinux1394Cam patch by Wayne Piekarski for improved lib1394 support, including multiple lib1394 versions. ! - Preliminary API documentation by Raphael Grasset. ! - Default DEFAULT_DRAW_MODE changed to AR_DRAW_BY_TEXTURE_MAPPING on Windows. ! Changes in earlier releases. --- 126,130 ---- Changes in this release. ------------------------ ! - Mac OS X video driver: support added for runtime specification of pixel format. Changes in earlier releases. |