--- ray/src/rt/ray.h 2003/06/07 00:54:58 2.17 +++ ray/src/rt/ray.h 2003/06/27 06:53:22 2.19 @@ -1,4 +1,4 @@ -/* RCSid $Id: ray.h,v 2.17 2003/06/07 00:54:58 schorsch Exp $ */ +/* RCSid $Id: ray.h,v 2.19 2003/06/27 06:53:22 greg Exp $ */ /* * ray.h - header file for routines using rays. */ @@ -8,9 +8,6 @@ extern "C" { #endif - -#include "copyright.h" - #include "standard.h" #include "octree.h" @@ -55,7 +52,7 @@ typedef struct ray { FVECT ron; /* intersection surface normal */ double rod; /* -DOT(rdir, ron) */ FULLXF *rox; /* object transformation */ - FLOAT uv[2]; /* local coordinates */ + RREAL uv[2]; /* local coordinates */ FVECT pert; /* surface normal perturbation */ COLOR pcol; /* pattern color */ COLOR rcol; /* returned ray value */