--- ray/src/rt/rv2.c 1993/12/15 16:59:14 2.22 +++ ray/src/rt/rv2.c 1994/01/06 15:52:17 2.23 @@ -636,7 +636,8 @@ char *s; if (thisray.ro == NULL) (*dev->comout)("ray hit nothing"); else { - sprintf(buf, "ray hit %s %s \"%s\"", + sprintf(buf, "ray hit %s%s %s \"%s\"", + thisray.rod < 0.0 ? "back of " : "", thisray.ro->omod == OVOID ? VOIDID : objptr(thisray.ro->omod)->oname, ofun[thisray.ro->otype].funame,