diff options
author | Anthony LaTorre <tlatorre9@gmail.com> | 2011-09-09 09:53:42 -0400 |
---|---|---|
committer | Anthony LaTorre <tlatorre9@gmail.com> | 2011-09-09 09:53:42 -0400 |
commit | 8f39536a7a5a15afeba52b1492f1d84fed95054f (patch) | |
tree | fdd78495d9fb3bfae47e182b386308a808420a1f /solids/pmts.py | |
parent | 25de37ef26b8356d8fa012c709cd68c1fb327227 (diff) | |
download | chroma-8f39536a7a5a15afeba52b1492f1d84fed95054f.tar.gz chroma-8f39536a7a5a15afeba52b1492f1d84fed95054f.tar.bz2 chroma-8f39536a7a5a15afeba52b1492f1d84fed95054f.zip |
chroma-cam script now used to view geometries.
Diffstat (limited to 'solids/pmts.py')
-rw-r--r-- | solids/pmts.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solids/pmts.py b/solids/pmts.py index 43aed3f..4c8d288 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=0xeeffffff) + return Solid(rotate_extrude(profile[:,0], profile[:,1], nsteps), glass, outer_material, color=0x99ffffff) def build_pmt(filename, glass_thickness, outer_material=water, nsteps=16): profile = read_csv(filename) |