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.31 by greg, Tue Jan 28 21:18:02 2020 UTC vs.
Revision 2.32 by greg, Thu Apr 15 23:51:04 2021 UTC

# Line 657 | Line 657 | puttri(                        /* put out a triangle */
657                          bcoor[i][1] = vnlist[v2i[2]][i];
658                          bcoor[i][2] = vnlist[v3i[2]][i];
659                  }
660 <                put_baryc(&bvecs, bcoor, 3);
660 >                fput_baryc(&bvecs, bcoor, 3, stdout);
661          }
662   #ifdef TEXMAPS
663                                          /* put out pattern (if any) */
# Line 671 | Line 671 | puttri(                        /* put out a triangle */
671                          bcoor[i][1] = vtlist[v2i[1]][i];
672                          bcoor[i][2] = vtlist[v3i[1]][i];
673                  }
674 <                put_baryc(&bvecs, bcoor, 2);
674 >                fput_baryc(&bvecs, bcoor, 2, stdout);
675          }
676   #endif
677                                          /* put out (reversed) triangle */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines