Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-21 | Create a r7081_cut mesh that uses the cut PMT model. | Stan Seibert | |
Modify LBNE class to take a cut_pmt option to switch to cut PMT model. Add corresponding lbne_cut, minilbne_cut, microlbne_cut detectors. | |||
2011-06-20 | pack material and surface indices into the fourth byte of the triangle array ↵ | Anthony LaTorre | |
on the GPU. you can now take a screenshot of an image rendered with view.py() by pressing the f12 key. | |||
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 ↵ | Anthony LaTorre | |
geometry.py and moved instances of these classes into separate folders. the Solid object no longer contains a rotation, displacement, or id variable; instead, they are passed to a geometry object when calling add_solid(). |