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

Comparing ray/src/common/rgldomat.c (file contents):
Revision 3.3 by greg, Tue Feb 25 02:47:22 2003 UTC vs.
Revision 3.4 by schorsch, Fri Nov 14 17:22:06 2003 UTC

# Line 17 | Line 17 | FVECT  cent;
17   {
18          GLfloat vec[4];
19  
20 <        if (mp == NULL | !domats)
20 >        if ((mp == NULL) | !domats)
21                  return;
22          if (islight(mp->type)) {
23                  vec[0] = colval(mp->u.l.emission,RED);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines