home *** CD-ROM | disk | FTP | other *** search
-
- /*
- * (c) 1988 by George Kyriazis
- */
-
- /*
- * just to initialize some stuff
- */
-
- #include "ray.h"
-
- initialize()
- {
- /* for the moment just initialize the statistics */
- raycount = rayline = 0;
- shadowcount = shadowline = 0;
- reflectcount = reflectline = 0;
- refractcount = refractline = 0;
- intersectcount = intersectline = 0;
- objtestcount = objtestline = 0;
- }
-