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

Comparing ray/src/gen/mkillum3.c (file contents):
Revision 1.2 by greg, Thu Jul 25 10:59:09 1991 UTC vs.
Revision 1.3 by greg, Thu Jul 25 12:52:21 1991 UTC

# Line 183 | Line 183 | OBJREC  *ob;
183          } else {
184                  cout[0] = cout[1] = cout[2] = brt(il->col);
185          }
186 <        if (il->flags & IL_LIGHT)
187 <                printf("\n3 %f %f %f\n", cout[0], cout[1], cout[2]);
188 <        else
189 <                printf("\n4 %f %f %f 0\n", cout[0], cout[1], cout[2]);
186 >        printf("\n0\n3 %f %f %f\n", cout[0], cout[1], cout[2]);
187  
188          printobj(il->matname, ob);
189   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines