| # | Line 42 | Line 42 | typedef struct ray { | |
|---|---|---|
| 42 | OBJECT *clipset; /* set of objects currently clipped */ | |
| 43 | OBJECT *newcset; /* next clipset, used for transmission */ | |
| 44 | int (*revf)(); /* evaluation function for this ray */ | |
| 45 | < | OBJREC *ro; /* intersected object */ |
| 45 | > | OBJECT robj; /* object number from octree */ |
| 46 | > | OBJREC *ro; /* intersected object (for material) */ |
| 47 | double rot; /* distance to object */ | |
| 48 | FVECT rop; /* intersection point */ | |
| 49 | FVECT ron; /* intersection surface normal */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |