--- ray/src/rt/normal.c 1990/03/27 11:40:02 1.5 +++ ray/src/rt/normal.c 1990/10/15 20:39:35 1.7 @@ -129,8 +129,6 @@ register OBJREC *m; register RAY *r; { NORMDAT nd; - double ldot; - double omega; double dtmp; COLOR ctmp; register int i; @@ -183,8 +181,6 @@ register RAY *r; rayvalue(&lr); multcolor(lr.rcol, nd.scolor); addcolor(r->rcol, lr.rcol); - if (nd.rspec > 0.5 && m->omod == OVOID) - r->rt = r->rot + lr.rt; } } }