diff options
author | Anthony LaTorre <tlatorre9@gmail.com> | 2011-07-19 15:09:50 -0400 |
---|---|---|
committer | Anthony LaTorre <tlatorre9@gmail.com> | 2011-07-19 15:09:50 -0400 |
commit | f5a328b72ebb643b51cae41a991c934da712f0e5 (patch) | |
tree | f90f89c335743d0da239cf413fcca09fb711acd0 /images | |
parent | 842e3a9dfecdd6411b1f27084ab6dcbe92fa32b9 (diff) | |
download | chroma-f5a328b72ebb643b51cae41a991c934da712f0e5.tar.gz chroma-f5a328b72ebb643b51cae41a991c934da712f0e5.tar.bz2 chroma-f5a328b72ebb643b51cae41a991c934da712f0e5.zip |
removed STL pmt models; pmt models are now built by calling rotate_extrude() on a profile of the PMT model (see build_pmt() in solids/pmts.py). triangle intersection now allows one of the two coefficients multiplying the vectors which span the triangle to float slightly negative (up to -EPSILON; EPSILON is defined in src/intersect.h) in order to eliminate rays passing through the line between two triangles. cleaned up a lot of unused code. pulled duplicate code in view() and render() into functions in view.py. in order to allow view.py and render.py to search pre-defined geometries, solids, meshes, etc. without requiring them to be pre-built, pre-defined geometries, solids, meshes, etc. should be returned by a function tagged by the decorator @buildable(identifier) defined in view.py, where identifier is a string used to identify the object as an argument to either view.py or render.py. optical materials and surfaces are now defined in optics.py. added an image directory to save cool screenshots.
Diffstat (limited to 'images')
-rw-r--r-- | images/checkerboard_scene1.png | bin | 0 -> 72185 bytes |
-rw-r--r-- | images/lbne_liberty1.png | bin | 0 -> 370321 bytes |
-rw-r--r-- | images/lbne_liberty2.png | bin | 0 -> 942198 bytes |
-rw-r--r-- | images/lbne_liberty3.png | bin | 0 -> 370198 bytes |
4 files changed, 0 insertions, 0 deletions
diff --git a/images/checkerboard_scene1.png b/images/checkerboard_scene1.png Binary files differnew file mode 100644 index 0000000..daac11c --- /dev/null +++ b/images/checkerboard_scene1.png diff --git a/images/lbne_liberty1.png b/images/lbne_liberty1.png Binary files differnew file mode 100644 index 0000000..6e230b0 --- /dev/null +++ b/images/lbne_liberty1.png diff --git a/images/lbne_liberty2.png b/images/lbne_liberty2.png Binary files differnew file mode 100644 index 0000000..cd7b618 --- /dev/null +++ b/images/lbne_liberty2.png diff --git a/images/lbne_liberty3.png b/images/lbne_liberty3.png Binary files differnew file mode 100644 index 0000000..7442e37 --- /dev/null +++ b/images/lbne_liberty3.png |