Subject: sp5 resources / sample output (This message is being sent to CPSC 215 Students and TA's) > I was reading the description again and you say that we should > be putting the function prototypes in rayhdrs.h. Well I tried > doing that for the material.c ones... but that didn't goto well > because in rayhdrs it didn't know what material_init was I'm not especially clear on what this problem was but the "ray.h" in the sp5data directory WAS SCREWED UP. In cutting and pasting it together the author (me) failed to put the #include "rayhdrs.h" at the end. The necessity of doing this was described earlier. I believe I have corrected this now. If there are other troubles please let me know ASAP. > Also, in writing the output to sp5.2 on your example, I noticed > that the sphere_dump and the plane_dump place the line "Sphere > data" or "Plane data" in different locations. This was a nasty slackism committed by the author (me) it would be nice to have a consistent output format. I encourage everyone to do better than I did.