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-09-02
update event structure. break gpu.GPU class into separate smaller independent...
Anthony LaTorre
2011-08-26
photon object initializes any arguments not passed when initialized. camera.E...
Anthony LaTorre
2011-08-26
add support for magenta and green 3d glasses.
Anthony LaTorre
2011-08-26
no more 3d headache! 3d viewing angle changes depending on the distance to th...
Anthony LaTorre
2011-08-25
add 3d support to camera views by displaying images as an anaglyph. alpha col...
Anthony LaTorre
2011-08-19
add benchmarks for ray intersection and photon propagation
Anthony LaTorre
2011-08-18
make default camera resolution widescreen. fix checkerboard scene.
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
Draw hits with charge rather than time.
Stan Seibert
2011-08-15
special camera mode
Stan Seibert
2011-08-14
Rewrite the color_solid function in gpu.GPU (and associated CUDA code)
Stan Seibert
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