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

Comparing ray/src/cv/mgflib/rayopt.c (file contents):
Revision 1.2 by greg, Fri Feb 28 20:11:30 2003 UTC vs.
Revision 1.3 by schorsch, Sat Nov 15 15:53:31 2003 UTC

# Line 1217 | Line 1217 | void write_box (Vector v1, Vector v2, Triangle *tri)
1217              break;
1218  
1219          case MGF:
1220 <            if (object_name[0]) fprintf (f, "o %s\n");
1220 >            if (object_name[0]) fprintf (f, "o %s\n", object_name);
1221              write_mgf_texture (f, tri);
1222              fprintf (f, "v v1 =\n\tp %.4f %.4f %.4f\n", v1[X], v1[Y], v1[Z]);
1223              fprintf (f, "v v2 =\n\tp %.4f %.4f %.4f\n", v1[X], v2[Y], v1[Z]);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines