index
:
chroma
master
Chroma is a high performance optical photon simulation for particle physics detectors
Anthony LaTorre
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
solids
Age
Commit message (
Expand
)
Author
2011-09-10
new alpha rendering scheme.
Anthony LaTorre
2011-09-10
change color of pmt shell.
Anthony LaTorre
2011-09-09
chroma-cam script now used to view geometries.
Anthony LaTorre
2011-08-17
move useful bits from view.py into camera.py and get rid of view.py
Anthony LaTorre
2011-08-17
import chroma modules from subpackages with import chroma.module_name
Anthony LaTorre
2011-08-16
add linear_extrude() function to make.py. rotate_extrude() now takes the numb...
Anthony LaTorre
2011-08-08
add a simple event viewer. view events by running ./camera.py <detector_name>...
Anthony LaTorre
2011-08-05
speedup bounding volume construction of leaf nodes by taking the min and max ...
Anthony LaTorre
2011-08-03
Merge with Tony
Stan Seibert
2011-07-30
you can rotate just the camera by holding the control key and take movies by ...
Anthony LaTorre
2011-07-30
when throwing photons from the light source out onto the scene, photons are n...
Anthony LaTorre
2011-07-28
Oops, forgot to include the reduced 8" PMT profile.
Stan Seibert
2011-07-27
Use the more realistic SNO database and add PMT concentrators.
Stan Seibert
2011-07-26
Preliminary SNO detector.
Stan Seibert
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