|
From: Gordon K. <kin...@us...> - 2004-04-11 15:19:45
|
Update of /cvsroot/teem/teem/src/bin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29321 Modified Files: miter.c Log Message: added -ffr fake from option Index: miter.c =================================================================== RCS file: /cvsroot/teem/teem/src/bin/miter.c,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** miter.c 4 Mar 2004 14:04:52 -0000 1.26 --- miter.c 11 Apr 2004 15:06:05 -0000 1.27 *************** *** 49,52 **** --- 49,53 ---- hparm->respFileEnable = AIR_TRUE; + hparm->elideMultipleNonExistFloatDefault = AIR_TRUE; hestOptAdd(&hopt, "i", "nsin", airTypeOther, 1, 1, &(muu->nsin), "", "input scalar volume to render", NULL, NULL, nrrdHestNrrd); *************** *** 62,65 **** --- 63,71 ---- NULL, NULL, NULL, "-1 1", "-1 1"); + hestOptAdd(&hopt, "ffr", "fake from", airTypeDouble, 3, 3, + &(muu->fakeFrom), "nan nan nan", + "eye point to use for view-dependent transfer functions. " + "By default (not using this option), the point used is the " + "normally specified camera eye point."); hestOptAdd(&hopt, "am", "ambient", airTypeFloat, 3, 3, muu->lit->amb, "1 1 1", "ambient light color"); |