Age | Commit message (Expand) | Author |
---|---|---|
2011-07-26 | added a camera class which is able to render using the simple ray tracer or t... | Anthony LaTorre |
2011-07-20 | pulled a lot of the photon propagation code out of src/kernel.cu into src/pho... | Anthony LaTorre |
2011-07-19 | removed STL pmt models; pmt models are now built by calling rotate_extrude() ... | Anthony LaTorre |
2011-07-10 | added a hybrid monte carlo ray tracing rendering algorithm | Anthony LaTorre |
2011-06-24 | argument '-j' to threadtest.py now specifies a list of device ids to be used.... | Anthony LaTorre |
2011-06-21 | Create a r7081_cut mesh that uses the cut PMT model. | Stan Seibert |
2011-06-20 | pack material and surface indices into the fourth byte of the triangle array ... | Anthony LaTorre |
2011-06-18 | forgot to initialize gpu random number states in gputhread.run() | Anthony LaTorre |
2011-06-18 | moved class definitions for Solid, Mesh, Material, and Surface into geometry.... | Anthony LaTorre |