--- ray/src/common/standard.h 1991/10/23 13:43:09 1.7 +++ ray/src/common/standard.h 1991/10/23 15:19:23 1.8 @@ -16,7 +16,7 @@ /* regular transformation */ typedef struct { MAT4 xfm; /* transform matrix */ - double sca; /* scalefactor */ + FLOAT sca; /* scalefactor */ } XF; /* complemetary tranformation */ typedef struct {