# | Line 124 | Line 124 | void photonRay (const RAY *rayIn, RAY *rayOut, | |
---|---|---|
124 | ||
125 | /* Propagate index of emitting light source */ | |
126 | rayOut -> rsrc = rayIn -> rsrc; | |
127 | + | |
128 | + | /* Update maximum photon path distance */ |
129 | + | rayOut -> rmax = rayIn -> rmax - rayIn -> rot; |
130 | } | |
131 | } | |
132 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |