| # | Line 102 | Line 102 | const PhotonPrimary* addPhotonPrimary (PhotonMap *pmap | |
|---|---|---|
| 102 | prim -> dir [1] = -ray -> rdir [1]; | |
| 103 | prim -> dir [2] = -ray -> rdir [2]; | |
| 104 | ||
| 105 | < | VCOPY(prim -> org, ray -> rorg); |
| 105 | > | VCOPY(prim -> pos, ray -> rop); |
| 106 | ||
| 107 | return prim; | |
| 108 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |