| # | Line 44 | Line 44 | typedef struct { | |
|---|---|---|
| 44 | ||
| 45 | typedef struct { | |
| 46 | FVECT dir; /* source direction */ | |
| 47 | < | float dom; /* domega for source */ |
| 47 | > | COLOR coef; /* material coefficient */ |
| 48 | COLOR val; /* contribution */ | |
| 49 | } CONTRIB; /* direct contribution */ | |
| 50 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |