| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | + | /* RCSid $Id$ */ |
| 2 | /* | |
| 3 | ================================================================== | |
| 4 | Photon map data structures and kd-tree handling | |
| # | Line 34 | Line 35 | |
| 35 | ||
| 36 | /* Primary photon ray for light source contributions */ | |
| 37 | typedef struct { | |
| 38 | < | uint32 srcIdx; /* Index of emitting light source */ |
| 38 | > | int32 srcIdx; /* Index of emitting light source */ |
| 39 | int32 dir; /* Encoded ray direction */ | |
| 40 | float pos [3]; /* Hit point */ | |
| 41 | } PhotonPrimary; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |