summaryrefslogtreecommitdiff
path: root/camera.py
AgeCommit message (Expand)Author
2011-08-25add 3d support to camera views by displaying images as an anaglyph. alpha col...Anthony LaTorre
2011-08-19add benchmarks for ray intersection and photon propagationAnthony LaTorre
2011-08-18make default camera resolution widescreen. fix checkerboard scene.Anthony LaTorre
2011-08-17move useful bits from view.py into camera.py and get rid of view.pyAnthony LaTorre
2011-08-17import chroma modules from subpackages with import chroma.module_nameAnthony LaTorre
2011-08-16Draw hits with charge rather than time.Stan Seibert
2011-08-15special camera modeStan Seibert
2011-08-14Rewrite the color_solid function in gpu.GPU (and associated CUDA code)Stan Seibert
2011-08-12do not check child nodes of a node at which the distance to the bounding box ...Anthony LaTorre
2011-08-12Widen the field of view in camera to make it easier to look at Cherenkov ring...Stan Seibert
2011-08-10add the ability to cache a geometry along with its bounding volume hierarchy....Anthony LaTorre
2011-08-09Autodetect presence of Space Navigator rather than require an option.Stan Seibert
2011-08-09switch to indexing child nodes by start and stop indices instead of start and...Anthony LaTorre
2011-08-09Update camera to use SpaceNav over X11 protocol. Now events pass through pyg...Stan Seibert
2011-08-08toggle fullscreen mode with f11 key. use matplotlib colors maps defined in ma...Anthony LaTorre
2011-08-08add 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 aStan Seibert
2011-08-03merge headsAnthony LaTorre
2011-08-03add a GPU class to handle both the gpu context and module; since the geometry...Anthony LaTorre
2011-08-03Merge with TonyStan Seibert
2011-07-30reduce number of lookup calls.Anthony LaTorre
2011-07-30you can rotate just the camera by holding the control key and take movies by ...Anthony LaTorre
2011-07-30when throwing photons from the light source out onto the scene, photons are n...Anthony LaTorre
2011-07-28Support for reading bz2 compressed STL files.Stan Seibert
2011-07-27camera automatically increases render quality when it is not being movedAnthony LaTorre
2011-07-26added a camera class which is able to render using the simple ray tracer or t...Anthony LaTorre
2011-05-17added documentationAnthony LaTorre
2011-05-15cleanup. fixed testsAnthony LaTorre
2011-05-15new geometry class. beginning to implement physics by defining a material cla...Anthony LaTorre