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

Comparing ray/src/cv/obj2rad.c (file contents):
Revision 2.24 by greg, Tue Jun 24 02:01:19 2008 UTC vs.
Revision 2.25 by greg, Mon Nov 10 19:08:18 2008 UTC

# Line 274 | Line 274 | convert(                       /* convert a T-mesh */
274                                  if (!strcmp(argv[1], "off"))
275                                          mapname[0] = '\0';
276                                  else
277 <                                        sprintf(mapname, "%s.pic", argv[1]);
277 >                                        sprintf(mapname, "%s.hdr", argv[1]);
278                          } else
279                                  goto unknown;
280                          break;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines