Subject: bug in sp6main.c (This message is being sent to CPSC 215 Students and TA's) The original version of sp6main.c had a bug in it. The call to vl_unitvec3() should have been BEFORE the call to sphere_hits(). Thus the sample output was also not correct. I think I have corrected all this now.