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.6 by greg, Wed Jun 15 15:07:06 1994 UTC vs.
Revision 2.7 by greg, Wed Jun 15 19:06:02 1994 UTC

# Line 210 | Line 210 | register VERTEX        *v1, *v2, *v3;
210   {
211          static int      ntri = 0;
212          BARYCCM bvecs;
213 <        FVECT   bvm[3];
213 >        FLOAT   bvm[3][3];
214          register int    i;
215                                          /* compute barycentric coordinates */
216          if (v1->flags & v2->flags & v3->flags & (V_HASINDX|V_HASNORM))
# Line 300 | Line 300 | FLOAT  *v1, *v2, *v3;
300  
301   put_baryc(bcm, com, n)                  /* put barycentric coord. vectors */
302   register BARYCCM        *bcm;
303 < register FVECT  com[];
303 > register FLOAT  com[][3];
304   int     n;
305   {
306          double  a, b;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines