This is initialize.c in view mode; [Download] [Up]
/*
* (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;
}
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.