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.9 by greg, Wed Aug 7 08:37:27 1991 UTC vs.
Revision 1.10 by greg, Wed Oct 23 13:43:49 1991 UTC

# Line 93 | Line 93 | text(m, r)
93   register OBJREC  *m;
94   RAY  *r;
95   {
96 <        double  v[3];
96 >        FVECT  v;
97          int  foreground;
98                                  /* get transformed position */
99          if (r->rox != NULL)
# Line 250 | Line 250 | OBJREC  *m;
250   {
251          register TEXT  *tp;
252          register TLINE  *tlp;
253 <        double  v[3], y, x;
253 >        FVECT  v;
254 >        double  y, x;
255          int  col;
256          register int  lno;
257                                  /* first, compute position in text */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines