ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Download File
|
Root Listing
root
/
Development
/
ray
/
src
/
rt
/
raytrace.c
Colored Diff
Long Colored Diff
Full Colored Diff
Unidiff
Context Diff
Side by Side
(
Generate patch
)
Comparing ray/src/rt/raytrace.c (file contents):
Revision
2.14
by
greg
, Tue Jan 25 10:18:25 1994 UTC vs.
Revision
2.15
by
greg
, Mon Feb 28 08:54:02 1994 UTC
#
Line 156
|
Line 156
|
int mod;
156
if (irr_ignore(m->otype)) {
157
depth--;
158
raytrans(r);
159
<
return;
159
>
return(1);
160
}
161
if (!islight(m->otype))
162
m = &Lamb;
Diff Legend
–
Removed lines
+
Added lines
<
Changed lines (old)
>
Changed lines (new)