ARToolKit | Mailing List Archive |
![]() |
From: | =?iso-8859-1?q?Eugenio=20Tisselli?= <cubo23@y ........> | Received: | Feb 6, 2003 |
To | artoolkit@h .................. | ||
Subject: | argInit() | ||
hello everyone, i would like to have more information regarding the parameters passed to the argInit function... i can't find anything in the artoolkit documentation. i would like the video screen projected as full screen and centered, anyone has done this? is it possible? thanks a lot, eugenio tisselli http://www.transit-lounge.com/vainasystems _________________________________________________________ Do You Yahoo!? Información de Estados Unidos y América Latina, en Yahoo! Noticias. Visítanos en http://noticias.espanol.yahoo.com |
From: | anderaus@s ........... | Received: | Feb 6, 2003 |
To | Eugenio Tisselli <cubo23@y ........> | ||
Subject: | Re: argInit() | ||
Hello You should take a look at the 'gsub.c' file in the lib/SRC/Gl directory, where the argInit function is described. As far as I remember the parameters of argInit are something like this: "ARParam, zoom, fullFlag, xwin, ywin, hmd_flag" So to get centered fullscreen you should try calling argInit with it's third parameter set to '1' and the second parameter set to a value corresponding to your screen resolution (it's a scaling value). Anders Austad NTNU, Norway > hello everyone, > i would like to have more information regarding the > parameters passed to the argInit function... i can't > find anything in the artoolkit documentation. > i would like the video screen projected as full screen > and centered, anyone has done this? is it possible? > thanks a lot, > eugenio tisselli > > http://www.transit-lounge.com/vainasystems > > _________________________________________________________ > Do You Yahoo!? > Información de Estados Unidos y América Latina, en Yahoo! Noticias. > Visítanos en http://noticias.espanol.yahoo.com > |
From: | anderaus@s ........... | Received: | Feb 6, 2003 |
To | Eugenio Tisselli <cubo23@y ........> | ||
Subject: | Re: argInit() | ||
Hello You should take a look at the 'gsub.c' file in the lib/SRC/Gl directory, where the argInit function is described. As far as I remember the parameters of argInit are something like this: "ARParam, zoom, fullFlag, xwin, ywin, hmd_flag" So to get centered fullscreen you should try calling argInit with it's third parameter set to '1' and the second parameter set to a value corresponding to your screen resolution (it's a scaling value). Anders Austad NTNU, Norway > hello everyone, > i would like to have more information regarding the > parameters passed to the argInit function... i can't > find anything in the artoolkit documentation. > i would like the video screen projected as full screen > and centered, anyone has done this? is it possible? > thanks a lot, > eugenio tisselli > > http://www.transit-lounge.com/vainasystems > > _________________________________________________________ > Do You Yahoo!? > Información de Estados Unidos y América Latina, en Yahoo! Noticias. > Visítanos en http://noticias.espanol.yahoo.com > |