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

Comparing ray/src/cv/arch2rad.c (file contents):
Revision 1.1 by greg, Tue Dec 11 08:45:46 1990 UTC vs.
Revision 1.2 by greg, Thu Dec 13 16:02:42 1990 UTC

# Line 488 | Line 488 | FILE   *fp;
488          }
489                                                  /* put out faces */
490          sprintf(buf, "op%d", ++nopens);
491 <        putface(openmod, buf, "ref", &newp, 0, 4, 7, 3, fp);
492 <        putface(openmod, buf, "opp", &newp, 1, 2, 6, 5, fp);
493 <        putface(openmod, buf, "end1", &newp, 3, 7, 6, 2, fp);
494 <        putface(openmod, buf, "end2", &newp, 0, 1, 5, 4, fp);
495 <        putface(openmod, buf, "bot", &newp, 0, 3, 2, 1, fp);
496 <        putface(openmod, buf, "top", &newp, 4, 5, 6, 7, fp);
491 >        putface(openmod, buf, "ref", &newp, 3, 7, 4, 0, fp);
492 >        putface(openmod, buf, "opp", &newp, 5, 6, 2, 1, fp);
493 >        putface(openmod, buf, "end1", &newp, 2, 6, 7, 3, fp);
494 >        putface(openmod, buf, "end2", &newp, 4, 5, 1, 0, fp);
495 >        putface(openmod, buf, "bot", &newp, 1, 2, 3, 0, fp);
496 >        putface(openmod, buf, "top", &newp, 7, 6, 5, 4, fp);
497   }
498  
499  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines