|
From: <kin...@us...> - 2004-03-03 13:26:45
|
Update of /cvsroot/teem/teem/src/limn/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11155/limn/test Modified Files: off2eps.c Log Message: added even-bit quantization methods based on Emil's octahdron unfolding, and renamed the odd-bit methods from checker to octa Index: off2eps.c =================================================================== RCS file: /cvsroot/teem/teem/src/limn/test/off2eps.c,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** off2eps.c 13 Feb 2004 22:57:30 -0000 1.6 --- off2eps.c 3 Mar 2004 13:14:08 -0000 1.7 *************** *** 59,63 **** "-1 1", "range in V direction of image plane"); hestOptAdd(&hopt, "e", "envmap", airTypeOther, 1, 1, &nmap, "", ! "16checker-based environment map", NULL, NULL, nrrdHestNrrd); hestOptAdd(&hopt, "ws", "winscale", airTypeFloat, 1, 1, &winscale, --- 59,63 ---- "-1 1", "range in V direction of image plane"); hestOptAdd(&hopt, "e", "envmap", airTypeOther, 1, 1, &nmap, "", ! "16octa-based environment map", NULL, NULL, nrrdHestNrrd); hestOptAdd(&hopt, "ws", "winscale", airTypeFloat, 1, 1, &winscale, |