summaryrefslogtreecommitdiff
path: root/materials.py
diff options
context:
space:
mode:
authorAnthony LaTorre <telatorre@gmail.com>2011-06-02 15:00:26 -0400
committerAnthony LaTorre <telatorre@gmail.com>2011-06-02 15:00:26 -0400
commit8bbdf7f53b918857a09a9bee4a158f13834bfce6 (patch)
tree0af80a167c25af46eb21f285f5bca4647c0b7e5c /materials.py
parentd0825a136ff65b36069ff8b078b9fd97adeed0df (diff)
downloadchroma-8bbdf7f53b918857a09a9bee4a158f13834bfce6.tar.gz
chroma-8bbdf7f53b918857a09a9bee4a158f13834bfce6.tar.bz2
chroma-8bbdf7f53b918857a09a9bee4a158f13834bfce6.zip
triangle mesh is now stored everywhere as a split list of vertices and triangles
Diffstat (limited to 'materials.py')
-rw-r--r--materials.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/materials.py b/materials.py
index 9160437..f71a583 100644
--- a/materials.py
+++ b/materials.py
@@ -22,3 +22,6 @@ air = Material('air')
h2o = Material('h2o')
glass = Material('glass')
vacuum = Material('vacuum')
+
+photocathode = Surface('photocathode')
+aluminum = Surface('aluminum')