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

Comparing ray/src/gen/genrev.c (file contents):
Revision 1.2 by greg, Sun Sep 10 16:45:14 1989 UTC vs.
Revision 1.3 by greg, Wed Oct 18 17:43:46 1989 UTC

# Line 66 | Line 66 | char  *argv[];
66          nseg = atoi(argv[5]);
67          if (nseg <= 0)
68                  goto userror;
69 <        modname = smooth ? "phong" : argv[1];
69 >        modname = smooth ? "Phong" : argv[1];
70  
71          printhead(argc, argv);
72  
# Line 98 | Line 98 | char  *argv[];
98                  if (!orient)
99                          goto endfor;
100                  if (smooth) {
101 <                        printf("\n%s texfunc phong\n", argv[1]);
101 >                        printf("\n%s texfunc Phong\n", argv[1]);
102                          printf("4 rev_dx rev_dy rev_dz rev.cal\n");
103                          printf("0\n4\n");
104                          if (orient&(UP|DOWN)) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines