From 8bbdf7f53b918857a09a9bee4a158f13834bfce6 Mon Sep 17 00:00:00 2001 From: Anthony LaTorre Date: Thu, 2 Jun 2011 15:00:26 -0400 Subject: triangle mesh is now stored everywhere as a split list of vertices and triangles --- materials.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'materials.py') 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') -- cgit