| # | Line 65 | Line 65 | typedef struct ray { | |
|---|---|---|
| 65 | RNUMBER rno; /* unique ray number */ | |
| 66 | OBJECT robj; /* intersected object number */ | |
| 67 | int rsrc; /* source we're aiming for (or ones to skip) */ | |
| 68 | – | #ifdef SSKIPOPT |
| 69 | – | float scorr; /* correction factor for included sources */ |
| 70 | – | #endif |
| 68 | float rweight; /* cumulative weight (for termination) */ | |
| 69 | float gecc; /* scattering eccentricity coefficient */ | |
| 70 | SCOLOR rcoef; /* contribution coefficient w.r.t. parent */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |