--- ray/src/rt/normal.c 1993/05/27 15:28:03 2.25 +++ ray/src/rt/normal.c 1993/08/24 12:59:28 2.26 @@ -183,6 +183,7 @@ register RAY *r; nd.pdot = .001; /* non-zero for dirnorm() */ multcolor(nd.mcolor, r->pcol); /* modify material color */ transtest = 0; + transdist = r->rot; /* get specular component */ if ((nd.rspec = m->oargs.farg[3]) > FTINY) { nd.specfl |= SP_REFL;