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

Comparing ray/src/rt/text.c (file contents):
Revision 1.3 by greg, Thu Jul 27 22:25:17 1989 UTC vs.
Revision 1.4 by greg, Sat Dec 15 15:03:40 1990 UTC

# Line 1 | Line 1
1 < /* Copyright (c) 1986 Regents of the University of California */
1 > /* Copyright (c) 1990 Regents of the University of California */
2  
3   #ifndef lint
4   static char SCCSid[] = "$SunId$ LBL";
# Line 89 | Line 89 | RAY  *r;
89  
90                                  /* first, discover position in text */
91          ap = m->oargs.farg;
92 <        multp3(v, r->rop, r->robx);
92 >        if (r->rox != NULL)
93 >                multp3(v, r->rop, r->rox->b.xfm);
94 >        else
95 >                VCOPY(v, r->rop);
96          v[0] -= ap[0];
97          v[1] -= ap[1];
98          v[2] -= ap[2];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines