summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony LaTorre <tlatorre9@gmail.com>2011-09-10 13:38:25 -0400
committerAnthony LaTorre <tlatorre9@gmail.com>2011-09-10 13:38:25 -0400
commitb66dc0272af2072ae751b2bc6e84ac98d3c375d9 (patch)
treec13d5f7b6deccd1742c4b6cfa747d944a19ab852
parent462cb2fc3971ebb521a8e917b5ae70261c208dc4 (diff)
downloadchroma-b66dc0272af2072ae751b2bc6e84ac98d3c375d9.tar.gz
chroma-b66dc0272af2072ae751b2bc6e84ac98d3c375d9.tar.bz2
chroma-b66dc0272af2072ae751b2bc6e84ac98d3c375d9.zip
change color of pmt shell.
-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..4bcf276 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=0xccffffff)
def build_pmt(filename, glass_thickness, outer_material=water, nsteps=16):
profile = read_csv(filename)