summaryrefslogtreecommitdiff
path: root/src/photon.h
AgeCommit message (Expand)Author
2011-08-18Fix bug that caused photons to NAN_ABORT if they hit a triangleStan Seibert
2011-08-16add linear_extrude() function to make.py. rotate_extrude() now takes the numb...Anthony LaTorre
2011-08-15mergeAnthony LaTorre
2011-08-15woops. dot product should be clamped to [-1.0,1.0].Anthony LaTorre
2011-08-15fix nan bug by clamping dot() of surface normal and -photon direction to [0.0...Anthony LaTorre
2011-08-13A faulty optical process can make the position or direction of theStan Seibert
2011-07-30when throwing photons from the light source out onto the scene, photons are n...Anthony LaTorre
2011-07-21pull random number generator states out of the photon struct; this allows you...Anthony LaTorre
2011-07-21hybrid monte carlo render now distinguishes between the two different sides o...Anthony LaTorre
2011-07-20in the previous commit i wrongly edited the code to reflect/transmit across a...Anthony LaTorre
2011-07-20pulled a lot of the photon propagation code out of src/kernel.cu into src/pho...Anthony LaTorre