ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/rpmain.c
(Generate patch)

Comparing ray/src/rt/rpmain.c (file contents):
Revision 2.13 by greg, Thu Sep 13 20:02:11 2007 UTC vs.
Revision 2.14 by greg, Tue Mar 11 02:21:47 2008 UTC

# Line 442 | Line 442 | printdefaults(void)                    /* print default values to stdou
442                          ourview.type==VT_HEM ? "hemispherical" :
443                          ourview.type==VT_ANG ? "angular" :
444                          ourview.type==VT_CYL ? "cylindrical" :
445 +                        ourview.type==VT_PLS ? "planisphere" :
446                          "unknown");
447          printf("-vp %f %f %f\t# view point\n",
448                          ourview.vp[0], ourview.vp[1], ourview.vp[2]);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines