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

Comparing ray/src/cv/tmesh2rad.c (file contents):
Revision 2.12 by greg, Wed Apr 23 00:52:33 2003 UTC vs.
Revision 2.13 by schorsch, Thu Jun 26 00:58:09 2003 UTC

# Line 203 | Line 203 | register VERTEX        *v1, *v2, *v3;
203          static int      ntri = 0;
204          int             flatness = ISFLAT;
205          BARYCCM bvecs;
206 <        FLOAT   bvm[3][3];
206 >        RREAL   bvm[3][3];
207          register int    i;
208                                          /* compute barycentric coordinates */
209          if (v1->flags & v2->flags & v3->flags & (V_HASINDX|V_HASNORM))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines