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
/
camera.py
Age
Commit message (
Expand
)
Author
2011-08-12
do not check child nodes of a node at which the distance to the bounding box ...
Anthony LaTorre
2011-08-12
Widen the field of view in camera to make it easier to look at Cherenkov ring...
Stan Seibert
2011-08-10
add the ability to cache a geometry along with its bounding volume hierarchy....
Anthony LaTorre
2011-08-09
Autodetect presence of Space Navigator rather than require an option.
Stan Seibert
2011-08-09
switch to indexing child nodes by start and stop indices instead of start and...
Anthony LaTorre
2011-08-09
Update camera to use SpaceNav over X11 protocol. Now events pass through pyg...
Stan Seibert
2011-08-08
toggle fullscreen mode with f11 key. use matplotlib colors maps defined in ma...
Anthony LaTorre
2011-08-08
add a simple event viewer. view events by running ./camera.py <detector_name>...
Anthony LaTorre
2011-08-05
--spnav option to camera.py enables camera control with a
Stan Seibert
2011-08-03
merge heads
Anthony LaTorre
2011-08-03
add a GPU class to handle both the gpu context and module; since the geometry...
Anthony LaTorre
2011-08-03
Merge with Tony
Stan Seibert
2011-07-30
reduce number of lookup calls.
Anthony LaTorre
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
Support for reading bz2 compressed STL files.
Stan Seibert
2011-07-27
camera automatically increases render quality when it is not being moved
Anthony LaTorre
2011-07-26
added a camera class which is able to render using the simple ray tracer or t...
Anthony LaTorre
2011-05-17
added documentation
Anthony LaTorre
2011-05-15
cleanup. fixed tests
Anthony LaTorre
2011-05-15
new geometry class. beginning to implement physics by defining a material cla...
Anthony LaTorre