[artoolkit-commits] artoolkit ChangeLog.txt,1.11,1.12
Optical marker tracking and overlay for augmented reality.
Brought to you by:
philip_lamb
From: Philip L. <phi...@us...> - 2006-10-04 03:45:17
|
Update of /cvsroot/artoolkit/artoolkit In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv1874 Modified Files: ChangeLog.txt Log Message: Added RH versions of GL projection and modelview fns in gsub_lite, and switch examples to using these. Index: ChangeLog.txt =================================================================== RCS file: /cvsroot/artoolkit/artoolkit/ChangeLog.txt,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** ChangeLog.txt 3 Oct 2006 21:36:36 -0000 1.11 --- ChangeLog.txt 4 Oct 2006 03:45:16 -0000 1.12 *************** *** 7,10 **** --- 7,11 ---- - All platforms: ARToolKit now supports querying of SDK and runtime versions. - All platforms: Support for AR_PIXEL_FORMAT_MONO is now included. + - All platforms: There are now right-hand coordinate system versions of the OpenGL projection and modelview matrix functions, named arglCameraFrustumRH and arglCameraViewRH, respectively. These will help when integrating ARToolKit into existing OpenGL drawing. - Mac OS X: Fix for an error in the VRML library inclusion on Mac OS X. - Mac OS X: Now detects if running emulated on Intel Macs, and optimises video for this case. |