summaryrefslogtreecommitdiff
path: root/solids/pmts.py
diff options
context:
space:
mode:
authorStan Seibert <stan@mtrr.org>2011-09-10 15:06:20 -0400
committerStan Seibert <stan@mtrr.org>2011-09-10 15:06:20 -0400
commitc7144c23df44907327f5b112e62904ed244f9b27 (patch)
tree6ce340086ba8a2febbe9126d9b3c0ecb3cfb73e4 /solids/pmts.py
parent4c554d621d9b66c595397a0667d212bc4ea57be1 (diff)
parent254a0713a85c869e96425522df4ae182f3ab8e13 (diff)
downloadchroma-c7144c23df44907327f5b112e62904ed244f9b27.tar.gz
chroma-c7144c23df44907327f5b112e62904ed244f9b27.tar.bz2
chroma-c7144c23df44907327f5b112e62904ed244f9b27.zip
merge
Diffstat (limited to 'solids/pmts.py')
-rw-r--r--solids/pmts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/solids/pmts.py b/solids/pmts.py
index 4c8d288..43aed3f 100644
--- a/solids/pmts.py
+++ b/solids/pmts.py
@@ -38,7 +38,7 @@ def build_pmt_shell(filename, outer_material=water, nsteps=16):
# convert mm -> m
profile /= 1000.0
- return Solid(rotate_extrude(profile[:,0], profile[:,1], nsteps), glass, outer_material, color=0x99ffffff)
+ return Solid(rotate_extrude(profile[:,0], profile[:,1], nsteps), glass, outer_material, color=0xeeffffff)
def build_pmt(filename, glass_thickness, outer_material=water, nsteps=16):
profile = read_csv(filename)